Skip to content

Commit 6557254

Browse files
committed
Merge remote-tracking branch 'michael/frequent-pruning' into attestation-batch-new
2 parents 100edf3 + e5d9da6 commit 6557254

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
@@ -52,7 +52,7 @@ pub struct Config {
5252
/// Number of epochs of slashing protection history to keep.
5353
///
5454
/// This acts as a maximum safe-guard against clock drift.
55-
const SLASHING_PROTECTION_HISTORY_EPOCHS: u64 = 512;
55+
const SLASHING_PROTECTION_HISTORY_EPOCHS: u64 = 1;
5656

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

0 commit comments

Comments
 (0)