diff --git a/pageserver/src/tenant/secondary/downloader.rs b/pageserver/src/tenant/secondary/downloader.rs index a5c66247e8..223221e869 100644 --- a/pageserver/src/tenant/secondary/downloader.rs +++ b/pageserver/src/tenant/secondary/downloader.rs @@ -52,7 +52,7 @@ use super::{ /// /// TODO: this should just be a default, and the actual period should be controlled /// via the heatmap itself -/// (https://github.com/neondatabase/neon/issues/6200) +/// `` const DOWNLOAD_FRESHEN_INTERVAL: Duration = Duration::from_millis(60000); #[derive(Debug, Clone)]