Reduce the pypo POLL_INTERVAL to lessen impact of RabbitMQ or web server outages
This commit is contained in:
parent
19851efbe5
commit
8a88b4b733
|
@ -37,7 +37,7 @@ signal.signal(signal.SIGINT, keyboardInterruptHandler)
|
|||
#need to wait for Python 2.7 for this..
|
||||
#logging.captureWarnings(True)
|
||||
|
||||
POLL_INTERVAL = 1800
|
||||
POLL_INTERVAL = 480
|
||||
|
||||
class PypoFetch(Thread):
|
||||
|
||||
|
|
Loading…
Reference in New Issue