Searched defs:MAX_RETRIES (Results 1 - 1 of 1) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java123 private static final int MAX_RETRIES = 2; field in class:JDBCHistoryCache
193 * exceeded the limit defined by {@link #MAX_RETRIES}, ignore it and let the
210 if (isTransient && attemptNo < MAX_RETRIES) {

Completed in 12 milliseconds