You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iflastQueryDuration/ (1.0*conf.timeSec/candidate) >MIN_VALID_DELAYED_RESPONSE: # Note: to prevent problems with fast responses for heavy-queries like RANDOMBLOB
2614
+
conf.timeSec=candidate
2601
2615
2602
-
infoMsg="adjusting time delay to "
2603
-
infoMsg+="%d second%s due to good response times"% (conf.timeSec, 's'ifconf.timeSec>1else'')
2604
-
logger.info(infoMsg)
2616
+
infoMsg="adjusting time delay to "
2617
+
infoMsg+="%d second%s due to good response times"% (conf.timeSec, 's'ifconf.timeSec>1else'')
0 commit comments