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
iflastQueryDuration/ (1.0*conf.timeSec/candidate) >MIN_VALID_DELAYED_RESPONSE: # Note: to prevent problems with fast responses for heavy-queries like RANDOMBLOB
2607
+
conf.timeSec=candidate
2609
2608
2610
-
infoMsg="adjusting time delay to "
2611
-
infoMsg+="%d second%s due to good response times"% (conf.timeSec, 's'ifconf.timeSec>1else'')
2612
-
logger.info(infoMsg)
2609
+
infoMsg="adjusting time delay to "
2610
+
infoMsg+="%d second%s due to good response times"% (conf.timeSec, 's'ifconf.timeSec>1else'')
0 commit comments