Increase snapshot grid size to 20 blocks

This commit is contained in:
Manfred Karrer 2019-01-29 15:10:25 +01:00
parent 56d2f36897
commit a52fff1acc
No known key found for this signature in database
GPG key ID: 401250966A6B2C46

View file

@ -38,7 +38,7 @@ import lombok.extern.slf4j.Slf4j;
*/
@Slf4j
public class DaoStateSnapshotService implements DaoStateListener {
private static final int SNAPSHOT_GRID = 10;
private static final int SNAPSHOT_GRID = 20;
private final DaoStateService daoStateService;
private final GenesisTxInfo genesisTxInfo;