Skip to content

Commit e5d9da6

Browse files
committed
Try frequent pruning of slashing protection data
1 parent 41ba135 commit e5d9da6

File tree

1 file changed

+1
-1
lines changed
  • validator_client/lighthouse_validator_store/src

1 file changed

+1
-1
lines changed

validator_client/lighthouse_validator_store/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pub struct Config {
5151
/// Number of epochs of slashing protection history to keep.
5252
///
5353
/// This acts as a maximum safe-guard against clock drift.
54-
const SLASHING_PROTECTION_HISTORY_EPOCHS: u64 = 512;
54+
const SLASHING_PROTECTION_HISTORY_EPOCHS: u64 = 1;
5555

5656
/// Currently used as the default gas limit in execution clients.
5757
///

0 commit comments

Comments
 (0)