diff --git a/pageserver/src/tenant/timeline.rs b/pageserver/src/tenant/timeline.rs index 1b7141cd58..fc31a01657 100644 --- a/pageserver/src/tenant/timeline.rs +++ b/pageserver/src/tenant/timeline.rs @@ -1417,6 +1417,7 @@ impl Timeline { .change_threshold(&tenant_id_str, &timeline_id_str, new_threshold); } } + /// Open a Timeline handle. /// /// Loads the metadata for the timeline into memory, but not the layer map.