mirror of
https://github.com/grassrootseconomics/eth-tracker.git
synced 2025-06-13 22:02:48 +02:00
fix: wrong config pos
This commit is contained in:
parent
574b42f75e
commit
e370d7eae5
@ -10,6 +10,8 @@ db_type = "bolt"
|
||||
# Tune max go routines that can process blocks
|
||||
# Defaults to (nproc * 3)
|
||||
pool_size = 0
|
||||
batch_size = 100
|
||||
|
||||
|
||||
[redis]
|
||||
dsn = "127.0.0.1:6379"
|
||||
@ -22,7 +24,6 @@ chainid = 1337
|
||||
# This will start a backfill if set to any other value
|
||||
# Ideally this should remain 0
|
||||
start_block = 0
|
||||
batch_size = 100
|
||||
|
||||
[bootstrap]
|
||||
# This will bootstrap the cache on which addresses to track
|
||||
|
Loading…
Reference in New Issue
Block a user