Allow configuring the number of statediff workers. #422

Merged
telackey merged 2 commits from telackey/diffworkers into main 2023-06-05 23:16:42 +00:00
Showing only changes of commit 4d7c44ebfb - Show all commits

View File

@ -21,4 +21,4 @@ CERC_STATEDIFF_DB_GOOSE_MIN_VER=${CERC_STATEDIFF_DB_GOOSE_MIN_VER:-18}
CERC_STATEDIFF_DB_LOG_STATEMENTS="false"
CERC_STATEDIFF_WORKERS=2
CERC_GETH_VMODULE="statediff/*=5,rpc/*=5,core/*=4"
CERC_GETH_VMODULE="statediff/*=5,rpc/*=5"