(downloader.rs): fix a docstring link

This commit is contained in:
John Spray
2023-12-20 11:02:05 +00:00
parent 280c53fa5b
commit 3cde0e7aad

View File

@@ -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)
/// `<ttps://github.com/neondatabase/neon/issues/6200>`
const DOWNLOAD_FRESHEN_INTERVAL: Duration = Duration::from_millis(60000);
#[derive(Debug, Clone)]