Changed ttl to seconds.

This commit is contained in:
Tim Kuhlman
2014-03-19 13:18:46 -06:00
parent 047dc59443
commit 4309245702

View File

@@ -21,7 +21,7 @@ email:
processors: processors:
alarm: alarm:
number: 2 number: 2
ttl: 1440 # In minutes, Alarms older than this are not processed ttl: 14400 # In seconds, undefined for none. Alarms older than this are not processed
notification: notification:
number: 2 number: 2
@@ -33,7 +33,7 @@ queues:
zookeeper: zookeeper:
url: 192.168.10.10:2181 url: 192.168.10.10:2181
max_offset_lag: 600 # In seconds max_offset_lag: 600 # In seconds, undefined for none
logging: # Used in logging.dictConfig logging: # Used in logging.dictConfig
version: 1 version: 1