Update interval example
This commit is contained in:
parent
565c45a8fc
commit
bb7ddf2bc5
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@ host: 127.0.0.1
|
||||||
port: 5432
|
port: 5432
|
||||||
user: test
|
user: test
|
||||||
password: ****
|
password: ****
|
||||||
interval: 1000
|
interval: 1
|
||||||
connect-timeout: 3
|
connect-timeout: 3
|
||||||
idle-timeout: 300
|
idle-timeout: 300
|
||||||
active-timeout: 10
|
active-timeout: 10
|
||||||
log-file: /var/log/pgterminate/pgterminate.log
|
log-file: /var/log/pgterminate/pgterminate.log
|
||||||
pid-file: /var/run/pgterminate/pgterminate.pid
|
pid-file: /var/run/pgterminate/pgterminate.pid
|
||||||
|
|
Loading…
Reference in a new issue