Reduce the pypo POLL_INTERVAL to lessen impact of RabbitMQ or web server outages

This commit is contained in:
Albert Santoni 2015-02-24 12:03:35 -05:00
parent 19851efbe5
commit 8a88b4b733
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ signal.signal(signal.SIGINT, keyboardInterruptHandler)
#need to wait for Python 2.7 for this.. #need to wait for Python 2.7 for this..
#logging.captureWarnings(True) #logging.captureWarnings(True)
POLL_INTERVAL = 1800 POLL_INTERVAL = 480
class PypoFetch(Thread): class PypoFetch(Thread):