Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cf7f6f3

Browse filesBrowse 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
Copy full SHA for cf7f6f3

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎CONFIG.md

Copy file name to clipboardExpand all lines: CONFIG.md
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.