You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONFIG.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# PgCat Configurations
1
+
# PgCat Configurations
2
2
## `general` Section
3
3
4
4
### host
@@ -116,10 +116,10 @@ If we should log client disconnections
116
116
### autoreload
117
117
```
118
118
path: general.autoreload
119
-
default: 15000
119
+
default: 15000 # milliseconds
120
120
```
121
121
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.
0 commit comments