This commit is contained in:
Peilun Li 2024-08-22 15:05:03 +08:00
parent 09ea9d7d7d
commit 8b870a069c

View File

@ -8,7 +8,6 @@ use shared_types::{timestamp_now, TxID};
use std::cmp::Reverse; use std::cmp::Reverse;
use std::collections::HashMap; use std::collections::HashMap;
use storage::config::ShardConfig; use storage::config::ShardConfig;
use tracing::debug;
/// Caches limited announcements of specified file from different peers. /// Caches limited announcements of specified file from different peers.
struct AnnouncementCache { struct AnnouncementCache {