forked from tanner/qotnews
Add requests timeouts and temporary logging
This commit is contained in:
@@ -184,7 +184,7 @@ def feed_thread():
|
||||
database.del_ref(item['ref'])
|
||||
logging.info('Removed ref {}'.format(item['ref']))
|
||||
|
||||
gevent.sleep(6)
|
||||
gevent.sleep(60)
|
||||
|
||||
news_index += 1
|
||||
if news_index == FEED_LENGTH: news_index = 0
|
||||
|
Reference in New Issue
Block a user