From 3cde0e7aad801f60bd47d263151118698201cea9 Mon Sep 17 00:00:00 2001 From: John Spray Date: Wed, 20 Dec 2023 11:02:05 +0000 Subject: [PATCH] (downloader.rs): fix a docstring link --- pageserver/src/tenant/secondary/downloader.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)]