Less frequent heartbeat

merge-requests/21/head
Bob Mottram 2021-03-14 21:37:33 +00:00
parent 2f12c9833a
commit 08775141b0
1 changed files with 1 additions and 1 deletions

View File

@ -2677,7 +2677,7 @@ def runInboxQueue(recentPostsCache: {}, maxRecentPosts: int,
time.sleep(1)
# heartbeat to monitor whether the inbox queue is running
heartBeatCtr += 5
heartBeatCtr += 1
if heartBeatCtr >= 10:
# turn off broch mode after it has timed out
brochModeLapses(baseDir)