Changed ttl to seconds.

This commit is contained in:
Tim Kuhlman 2014-03-19 13:18:46 -06:00
parent 047dc59443
commit 4309245702
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ email:
processors:
alarm:
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:
number: 2
@ -33,7 +33,7 @@ queues:
zookeeper:
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
version: 1