From 7b182e2605b29a364ab625a2fad7323550c4f5f2 Mon Sep 17 00:00:00 2001 From: Shany Pozin Date: Thu, 16 Feb 2023 10:33:04 +0200 Subject: [PATCH] Update settings.md with latest PITR and gc period values (#3618) ## Describe your changes Updates PITR and GC_PERIOD default value doc ## Issue ticket number and link ## Checklist before requesting a review - [ ] I have performed a self-review of my code. - [ ] If it is a core feature, I have added thorough tests. - [ ] Do we need to implement analytics? if so did you add the relevant metrics to the dashboard? - [ ] If this PR requires public announcement, mark it with /release-notes label and add several sentences in this section. --- docs/settings.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/settings.md b/docs/settings.md index 58d32157a3..817f97d8ba 100644 --- a/docs/settings.md +++ b/docs/settings.md @@ -16,7 +16,7 @@ listen_http_addr = '127.0.0.1:9898' checkpoint_distance = '268435456' # in bytes checkpoint_timeout = '10m' -gc_period = '100 s' +gc_period = '1 hour' gc_horizon = '67108864' max_file_descriptors = '100' @@ -101,7 +101,7 @@ away. #### gc_period -Interval at which garbage collection is triggered. Default is 100 s. +Interval at which garbage collection is triggered. Default is 1 hour. #### image_creation_threshold @@ -109,7 +109,7 @@ L0 delta layer threshold for L1 image layer creation. Default is 3. #### pitr_interval -WAL retention duration for PITR branching. Default is 30 days. +WAL retention duration for PITR branching. Default is 7 days. #### walreceiver_connect_timeout