From 320096ece84fc0c726e24dd4ae2ea0b239418279 Mon Sep 17 00:00:00 2001 From: Cluas Date: Wed, 28 Jun 2023 16:32:22 +0800 Subject: [PATCH 1/2] docs: fix autoreload description Signed-off-by: Cluas --- CONFIG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CONFIG.md b/CONFIG.md index b36a190d..822cd572 100644 --- a/CONFIG.md +++ b/CONFIG.md @@ -1,4 +1,4 @@ -# PgCat Configurations +# PgCat Configurations ## `general` Section ### host @@ -116,10 +116,9 @@ If we should log client disconnections ### autoreload ``` path: general.autoreload -default: 15000 +default: 15000 # milliseconds ``` - -When set to true, PgCat reloads configs if it detects a change in the config file. +When set, PgCat automatically reloads its configurations at the specified interval (in milliseconds) if it detects changes in the configuration file. The default interval is 15000 milliseconds or 15 seconds. ### worker_threads ``` From 5dab2b0324760de78b633b2f8de0db7b48148c01 Mon Sep 17 00:00:00 2001 From: Cluas Date: Wed, 28 Jun 2023 16:34:21 +0800 Subject: [PATCH 2/2] docs: add blank line Signed-off-by: Cluas --- CONFIG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONFIG.md b/CONFIG.md index 822cd572..7a1a8674 100644 --- a/CONFIG.md +++ b/CONFIG.md @@ -118,6 +118,7 @@ If we should log client disconnections path: general.autoreload default: 15000 # milliseconds ``` + When set, PgCat automatically reloads its configurations at the specified interval (in milliseconds) if it detects changes in the configuration file. The default interval is 15000 milliseconds or 15 seconds. ### worker_threads