From e370d7eae563f7e1bb32d092e94765124d18e89b Mon Sep 17 00:00:00 2001 From: Mohammed Sohail Date: Thu, 29 May 2025 14:28:30 +0300 Subject: [PATCH] fix: wrong config pos --- config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 764ddfd..2355a76 100644 --- a/config.toml +++ b/config.toml @@ -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