Skip to content

Commit

Permalink
Change: Pruning is now off by default (iotaledger#1471)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gal Rogozinski authored May 28, 2019
1 parent 51f6b33 commit 1e256d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/iota/iri/conf/BaseIotaConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ public interface Defaults {

//Snapshot
boolean LOCAL_SNAPSHOTS_ENABLED = true;
boolean LOCAL_SNAPSHOTS_PRUNING_ENABLED = true;
boolean LOCAL_SNAPSHOTS_PRUNING_ENABLED = false;

int LOCAL_SNAPSHOTS_PRUNING_DELAY = 40000;
int LOCAL_SNAPSHOTS_PRUNING_DELAY_MIN = 10000;
Expand Down

0 comments on commit 1e256d5

Please sign in to comment.