Searched refs:timeBetweenBurstsInMs (Results 1 – 1 of 1) sorted by relevance
62 private final int timeBetweenBurstsInMs; field in QueryTaskConfig72 int queriesPerBurst, int timeBetweenBurstsInMs, in QueryTaskConfig() argument80 this.timeBetweenBurstsInMs = timeBetweenBurstsInMs; in QueryTaskConfig()102 this.timeBetweenBurstsInMs = INITIAL_AGGRESSIVE_TIME_BETWEEN_BURSTS_MS; in QueryTaskConfig()109 this.timeBetweenBurstsInMs = MAX_TIME_BETWEEN_ACTIVE_PASSIVE_BURSTS_MS; in QueryTaskConfig()116 this.timeBetweenBurstsInMs = INITIAL_TIME_BETWEEN_BURSTS_MS; in QueryTaskConfig()129 return timeBetweenBurstsInMs; in getDelayUntilNextTaskWithoutBackoff()148 return timeBetweenBurstsInMs; in getNextTimeBetweenBurstsMs()152 return Math.min(timeBetweenBurstsInMs * 2, maxTimeBetweenBursts); in getNextTimeBetweenBurstsMs()