Turn of watchdog for koschei-stg

This commit is contained in:
Michael Simacek 2015-05-12 09:05:04 +00:00
parent 4146919ec6
commit 978f37a386

View file

@ -46,7 +46,11 @@ config = {
},
"services": {
"watcher": {
{% if env == 'staging' %}
"watchdog_interval": None, # there are almost no messages in stg
{% else %}
"watchdog_interval": 600, # in seconds
{% endif %}
},
"polling": {
"interval": 20 * 60,