Skip to content

Commit cf7f6f3

Browse files
authored
docs: fix general.autoreload description (#491)
* docs: fix autoreload description Signed-off-by: Cluas <Cluas@live.cn> * docs: add blank line Signed-off-by: Cluas <Cluas@live.cn> --------- Signed-off-by: Cluas <Cluas@live.cn>
1 parent 7205537 commit cf7f6f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONFIG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PgCat Configurations
1+
# PgCat Configurations
22
## `general` Section
33

44
### host
@@ -116,10 +116,10 @@ If we should log client disconnections
116116
### autoreload
117117
```
118118
path: general.autoreload
119-
default: 15000
119+
default: 15000 # milliseconds
120120
```
121121

122-
When set to true, PgCat reloads configs if it detects a change in the config file.
122+
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.
123123

124124
### worker_threads
125125
```

0 commit comments

Comments
 (0)