Set koschei polling interval to 1 minute
This is to workaround problems with fedmsg receiving.
This commit is contained in:
parent
efb567fc4d
commit
2adda13f4a
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ config = {
|
|||
{% endif %}
|
||||
},
|
||||
"polling": {
|
||||
"interval": 20 * 60,
|
||||
"interval": 60,
|
||||
},
|
||||
},
|
||||
"flask": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue