You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
Create a configurable "Fetch" parameter so that a user can change the fetch size (increase it / decrease it) so that starting up eosd can be tuned
ATC -
add "sync-fetch-span = 10" to the config.ini file.
start the local eosd instance with --resync. Note in the console output that a certain amount of time is taken to load spans of 10000 blocks. For example on my laptop at work it takes about 90 seconds to load 10000 blocks.
Next change the sync-fetch-span = 100" terminate and restart your eosd instance ands Observe that it takes less time to retrieve 10000 blocks.
The text was updated successfully, but these errors were encountered:
blockone-syncclient
changed the title
STAT-263 ⁃ Create a configurable "Fetch" parameter
DAWN-263 ⁃ Create a configurable "Fetch" parameter
Dec 29, 2017
Create a configurable "Fetch" parameter so that a user can change the fetch size (increase it / decrease it) so that starting up eosd can be tuned
ATC -
add "sync-fetch-span = 10" to the config.ini file.
start the local eosd instance with --resync. Note in the console output that a certain amount of time is taken to load spans of 10000 blocks. For example on my laptop at work it takes about 90 seconds to load 10000 blocks.
Next change the sync-fetch-span = 100" terminate and restart your eosd instance ands Observe that it takes less time to retrieve 10000 blocks.
The text was updated successfully, but these errors were encountered: