Skip to content

Commit

Permalink
Prune by timestamp on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreae committed Apr 11, 2024
1 parent ba0bd19 commit f3fc0e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class NamaPeerControls {
@Prop() secs?: number = 10;
@Prop() depthPerLog?: 4;

@State() pruneByTimestamp: boolean = false;
@State() pruneByTimestamp: boolean = true;
@State() pruneByDepth: boolean = false;
@State() pruneByDepthPerLog: boolean = false;

Expand Down

0 comments on commit f3fc0e0

Please sign in to comment.