forked from Qortal/qortal
atStatesMaxLifetime reduced from 14 days to 24 hours
This commit is contained in:
parent
9973fe4326
commit
25c17d3704
@ -94,7 +94,7 @@ public class Settings {
|
|||||||
private int blockCacheSize = 10;
|
private int blockCacheSize = 10;
|
||||||
|
|
||||||
/** How long to keep old, full, AT state data (ms). */
|
/** How long to keep old, full, AT state data (ms). */
|
||||||
private long atStatesMaxLifetime = 2 * 7 * 24 * 60 * 60 * 1000L; // milliseconds
|
private long atStatesMaxLifetime = 24 * 60 * 60 * 1000L; // milliseconds
|
||||||
/** How often to attempt AT state trimming (ms). */
|
/** How often to attempt AT state trimming (ms). */
|
||||||
private long atStatesTrimInterval = 5678L; // milliseconds
|
private long atStatesTrimInterval = 5678L; // milliseconds
|
||||||
/** Block height range to scan for trimmable AT states.<br>
|
/** Block height range to scan for trimmable AT states.<br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user