From cf7f6f35ab315bc0a6bac81640888c8e90ac36c1 Mon Sep 17 00:00:00 2001 From: Cluas Date: Wed, 12 Jul 2023 20:42:44 +0800 Subject: [PATCH] docs: fix general.autoreload description (#491) * docs: fix autoreload description Signed-off-by: Cluas * docs: add blank line Signed-off-by: Cluas --------- Signed-off-by: Cluas --- CONFIG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONFIG.md b/CONFIG.md index b36a190..7a1a867 100644 --- a/CONFIG.md +++ b/CONFIG.md @@ -1,4 +1,4 @@ -# PgCat Configurations +# PgCat Configurations ## `general` Section ### host @@ -116,10 +116,10 @@ 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 ```