Skip to content

Commit 3b37913

Browse files
Merge branch 'master' into cel2
2 parents 4c173ea + e370d7e commit 3b37913

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

config.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ db_type = "bolt"
1010
# Tune max go routines that can process blocks
1111
# Defaults to (nproc * 3)
1212
pool_size = 0
13+
batch_size = 100
14+
1315

1416
[redis]
1517
dsn = "127.0.0.1:6379"
@@ -22,7 +24,6 @@ chainid = 1337
2224
# This will start a backfill if set to any other value
2325
# Ideally this should remain 0
2426
start_block = 0
25-
batch_size = 100
2627

2728
[bootstrap]
2829
# This will bootstrap the cache on which addresses to track

0 commit comments

Comments
 (0)