forked from Qortal/qortal
Increased atStatesPruneBatchSize from 10 to 25.
This commit is contained in:
parent
64e8a05a9f
commit
89283ed179
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user