From a0b6f0c052dd71a8ccc3410108dfccc404791de5 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Fri, 16 Jun 2023 17:31:45 +0200 Subject: [PATCH] reduce diff --- pageserver/src/tenant/timeline.rs | 1 + 1 file changed, 1 insertion(+) 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.