mirror of
https://github.com/grassrootseconomics/eth-tracker.git
synced 2025-06-14 06:02:49 +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
|
# Tune max go routines that can process blocks
|
||||||
# Defaults to (nproc * 3)
|
# Defaults to (nproc * 3)
|
||||||
pool_size = 0
|
pool_size = 0
|
||||||
|
batch_size = 100
|
||||||
|
|
||||||
|
|
||||||
[redis]
|
[redis]
|
||||||
dsn = "127.0.0.1:6379"
|
dsn = "127.0.0.1:6379"
|
||||||
@ -22,7 +24,6 @@ chainid = 1337
|
|||||||
# This will start a backfill if set to any other value
|
# This will start a backfill if set to any other value
|
||||||
# Ideally this should remain 0
|
# Ideally this should remain 0
|
||||||
start_block = 0
|
start_block = 0
|
||||||
batch_size = 100
|
|
||||||
|
|
||||||
[bootstrap]
|
[bootstrap]
|
||||||
# This will bootstrap the cache on which addresses to track
|
# This will bootstrap the cache on which addresses to track
|
||||||
|
Loading…
Reference in New Issue
Block a user