Searched refs:baseDelayInMs (Results 1 – 1 of 1) sorted by relevance
126 final long baseDelayInMs = queryTaskConfig.delayUntilNextTaskWithoutBackoffMs; in calculateTimeToRun() local128 return lastSentTime + baseDelayInMs; in calculateTimeToRun()133 return lastSentTime + baseDelayInMs; in calculateTimeToRun()142 return Math.max(now + (long) (0.8 * minRemainingTtl), lastSentTime + baseDelayInMs); in calculateTimeToRun()