Set Koschei polling interval back to 20 minutes
This commit is contained in:
parent
984a62390f
commit
4b7089576e
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ config = {
|
|||
{% endif %}
|
||||
},
|
||||
"polling": {
|
||||
"interval": 60,
|
||||
"interval": 20*60, # in seconds
|
||||
},
|
||||
},
|
||||
"flask": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue