From bb7ddf2bc50ecd965b6efb025d177f7e606f5fc7 Mon Sep 17 00:00:00 2001 From: Julien Riou Date: Sun, 10 Jun 2018 08:57:55 +0200 Subject: [PATCH] Update interval example --- config.yaml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml.example b/config.yaml.example index 267354c..86108b4 100644 --- a/config.yaml.example +++ b/config.yaml.example @@ -3,9 +3,9 @@ host: 127.0.0.1 port: 5432 user: test password: **** -interval: 1000 +interval: 1 connect-timeout: 3 idle-timeout: 300 active-timeout: 10 log-file: /var/log/pgterminate/pgterminate.log -pid-file: /var/run/pgterminate/pgterminate.pid \ No newline at end of file +pid-file: /var/run/pgterminate/pgterminate.pid