Searched refs:MIN_MAX_EXECUTION_TIME_MS (Results 1 – 1 of 1) sorted by relevance
2183 private static final long MIN_MAX_EXECUTION_TIME_MS = 60 * MINUTE_IN_MILLIS; field in QuotaController.QcConstants2267 long newMaxExecutionTimeMs = Math.max(MIN_MAX_EXECUTION_TIME_MS, in updateConstants()