Skip to content

Commit

Permalink
chore: debug dump peerstore
Browse files Browse the repository at this point in the history
  • Loading branch information
quake committed Nov 19, 2024
1 parent 22db588 commit 586a92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/src/services/dump_peer_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use std::{
task::{Context, Poll},
time::Duration,
};
use tokio::time::{Instant, Interval, MissedTickBehavior};
use tokio::time::{Interval, MissedTickBehavior};

const DEFAULT_DUMP_INTERVAL: Duration = Duration::from_secs(3600); // 1 hour

Expand Down

0 comments on commit 586a92b

Please sign in to comment.