Set koschei polling interval to 1 minute

This is to workaround problems with fedmsg receiving.
This commit is contained in:
Mikolaj Izdebski 2015-06-26 08:28:34 +00:00
parent efb567fc4d
commit 2adda13f4a

View file

@ -53,7 +53,7 @@ config = {
{% endif %}
},
"polling": {
"interval": 20 * 60,
"interval": 60,
},
},
"flask": {