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

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

Completed in 10 milliseconds