We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c173ea + e370d7e commit 3b37913Copy full SHA for 3b37913
1 file changed
config.toml
@@ -10,6 +10,8 @@ db_type = "bolt"
10
# Tune max go routines that can process blocks
11
# Defaults to (nproc * 3)
12
pool_size = 0
13
+batch_size = 100
14
+
15
16
[redis]
17
dsn = "127.0.0.1:6379"
@@ -22,7 +24,6 @@ chainid = 1337
22
24
# This will start a backfill if set to any other value
23
25
# Ideally this should remain 0
26
start_block = 0
-batch_size = 100
27
28
[bootstrap]
29
# This will bootstrap the cache on which addresses to track
0 commit comments