We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54cab18 + 02bc246 commit cabcb51Copy full SHA for cabcb51
scripts/perfmon
@@ -1154,8 +1154,8 @@ def main():
1154
# trust GC to do it on its own
1155
gc.collect()
1156
1157
- # Sleep for interval +/- dither, exiting early if we recv a cmd
1158
- timeout = rand(interval - dither, interval + dither)
+ # Sleep for interval + dither, exiting early if we recv a cmd
+ timeout = rand(interval, interval + dither)
1159
cmdsock.settimeout(timeout)
1160
try:
1161
cmd = cmdsock.recv(cmdmaxlen)
0 commit comments