18 May
2022
18 May
'22
6:51 p.m.
0535 i've found that one can specify DEVELOPMENT_SYNC_LENGTH on the environment to set a starting sync height, possibly radically speeding syncing for tasks that don't need to access old data. 0542 i've found that vartex is hardcoded to only requests 2 blocks at once, but coded in a generic way so it's easy to up that number. top 1000 blocks sync time drops from 1-2 hours to 15-20 minutes, with pulling many blocks at once. src/database/sync.ts around line 355