Skip to content

Commit 047c7ee

Browse files
authored
Update processor.py
1 parent 911c83f commit 047c7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IPRadar2/processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1781,7 +1781,7 @@ def processingThread(self, packetQueueA, packetQueueB, currentCallbackQueueIsA,
17811781
timeDiff = time.time() - startTime
17821782
# periodic tasks
17831783
################
1784-
if timeDiff > configuration.CHECK_PERIOD_IN_SEC:
1784+
if timeDiff > configuration.CHECK_PERIOD_IN_SEC*4.0:
17851785
# start time
17861786
startTime = time.time()
17871787
logging.debug("Checking processing status..")

0 commit comments

Comments
 (0)