block-archive test performance improvement

Added parameter: "archivingPause": 5
Default Value is: 3000
This commit is contained in:
Ice
2025-04-15 08:06:39 -04:00
committed by GitHub
parent faee7c8f6a
commit 57d12b4afe

View File

@@ -10,5 +10,6 @@
"minPeers": 0,
"pruneBlockLimit": 100,
"repositoryPath": "dbtest",
"defaultArchiveVersion": 1
"defaultArchiveVersion": 1,
"archivingPause": 5
}