mirror of https://gitlab.com/bashrc2/epicyon
Less frequent heartbeat
parent
2f12c9833a
commit
08775141b0
2
inbox.py
2
inbox.py
|
|
@ -2677,7 +2677,7 @@ def runInboxQueue(recentPostsCache: {}, maxRecentPosts: int,
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
|
|
||||||
# heartbeat to monitor whether the inbox queue is running
|
# heartbeat to monitor whether the inbox queue is running
|
||||||
heartBeatCtr += 5
|
heartBeatCtr += 1
|
||||||
if heartBeatCtr >= 10:
|
if heartBeatCtr >= 10:
|
||||||
# turn off broch mode after it has timed out
|
# turn off broch mode after it has timed out
|
||||||
brochModeLapses(baseDir)
|
brochModeLapses(baseDir)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue