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

/opengrok/src/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironment.java568 * @param historyReaderTimeLimit the max time in ms before it is cached
570 public void setHistoryReaderTimeLimit(int historyReaderTimeLimit) { argument
571 threadConfig.get().setHistoryCacheTime(historyReaderTimeLimit);

Completed in 14 milliseconds