From 43bb10a58d1157c56b22445b3ba325c8cdcd8cc1 Mon Sep 17 00:00:00 2001 From: Vlad Lazar Date: Tue, 9 Apr 2024 13:37:53 +0100 Subject: [PATCH] sq move open layer --- pageserver/src/tenant/timeline.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pageserver/src/tenant/timeline.rs b/pageserver/src/tenant/timeline.rs index b720ad8642..b16a99442b 100644 --- a/pageserver/src/tenant/timeline.rs +++ b/pageserver/src/tenant/timeline.rs @@ -1632,14 +1632,6 @@ impl Timeline { .unwrap_or(self.conf.default_tenant_conf.checkpoint_distance) } - fn get_checkpoint_timeout(&self) -> Duration { - let tenant_conf = self.tenant_conf.load(); - tenant_conf - .tenant_conf - .checkpoint_timeout - .unwrap_or(self.conf.default_tenant_conf.checkpoint_timeout) - } - fn get_compaction_target_size(&self) -> u64 { let tenant_conf = self.tenant_conf.load(); tenant_conf