Skip to content

Commit d4a0619

Browse files
committed
feat: track stackerdb peer eviction time
1 parent 31bc505 commit d4a0619

File tree

1 file changed

+2
-0
lines changed
  • stackslib/src/net/stackerdb

1 file changed

+2
-0
lines changed

stackslib/src/net/stackerdb/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,8 @@ pub struct StackerDBSync<NC: NeighborComms> {
443443
rounds: u128,
444444
/// Round when we last pushed
445445
push_round: u128,
446+
/// time we last deliberately evicted a peer
447+
last_eviction_time: u64,
446448
}
447449

448450
impl StackerDBSyncResult {

0 commit comments

Comments
 (0)