Increased atStatesPruneBatchSize from 10 to 25.

This commit is contained in:
CalDescent 2021-08-25 18:54:10 +01:00
parent 64e8a05a9f
commit 89283ed179

View File

@ -123,7 +123,7 @@ public class Settings {
private long atStatesPruneInterval = 3219L; // milliseconds
/** Block height range to scan for prunable AT states.<br>
* This has a significant effect on execution time. */
private int atStatesPruneBatchSize = 10; // blocks
private int atStatesPruneBatchSize = 25; // blocks
/** How often to attempt block pruning (ms). */
private long blockPruneInterval = 3219L; // milliseconds