Remove unused part of koschei config
This commit is contained in:
parent
887d4efe7b
commit
ff26f8c8ee
1 changed files with 0 additions and 7 deletions
|
@ -41,13 +41,6 @@ config = {
|
|||
"ignore_weak_deps": True,
|
||||
},
|
||||
"services": {
|
||||
"watcher": {
|
||||
{% if env == 'staging' %}
|
||||
"watchdog_interval": None, # there are almost no messages in stg
|
||||
{% else %}
|
||||
"watchdog_interval": 600, # in seconds
|
||||
{% endif %}
|
||||
},
|
||||
"polling": {
|
||||
{% if env == 'staging' %}
|
||||
"interval": 1, # in seconds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue