Remove unused part of koschei config

This commit is contained in:
Michael Simacek 2016-08-12 13:19:55 +02:00
parent 887d4efe7b
commit ff26f8c8ee

View file

@ -41,13 +41,6 @@ config = {
"ignore_weak_deps": True, "ignore_weak_deps": True,
}, },
"services": { "services": {
"watcher": {
{% if env == 'staging' %}
"watchdog_interval": None, # there are almost no messages in stg
{% else %}
"watchdog_interval": 600, # in seconds
{% endif %}
},
"polling": { "polling": {
{% if env == 'staging' %} {% if env == 'staging' %}
"interval": 1, # in seconds "interval": 1, # in seconds