# GH4157-control-mempool-sync-start

* A config option, `mempool:sync_start` (integer) has been introduced to control when syncing of the mempool\
  starts during chain sync. A positive number denotes the height at which to begin syncing; a negative number\
  denotes how far from the network top height (best guess by the sync logic) to start. Default is `-500`, i.e.\
  start syncing the mempool 500 blocks from the top. A mempool sync is always triggered when chain sync is done,\
  and if a negative value greater than the top height is given, sync starts from `0`, i.e. from the beginning.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aeternity.com/developer-documentation/aeternity/docs/release-notes/next/gh4157-control-mempool-sync-start.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
