mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Increase snapshot grid size to 20 blocks
This commit is contained in:
parent
56d2f36897
commit
a52fff1acc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue