1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-21 11:27:38 +03:00

Increase journal monitor frequency

This commit is contained in:
Jonathan Harris 2016-09-22 23:51:55 +01:00
parent 3ece764486
commit e8e1401995

@ -60,7 +60,7 @@ else:
class EDLogs(FileSystemEventHandler):
_POLL = 5 # New system gets posted to log file before hyperspace ends, so don't need to poll too often
_POLL = 1 # Polling is cheap, so do it often
def __init__(self):
FileSystemEventHandler.__init__(self) # futureproofing - not need for current version of watchdog