Home
last modified time | relevance | path

Searched refs:historyCacheTime (Results 1 – 2 of 2) sorted by relevance

/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/configuration/
H A DConfiguration.java131 private int historyCacheTime; field in Configuration
749 return historyCacheTime; in getHistoryCacheTime()
758 public void setHistoryCacheTime(int historyCacheTime) { in setHistoryCacheTime() argument
759 this.historyCacheTime = historyCacheTime; in setHistoryCacheTime()
H A DRuntimeEnvironment.java607 public void setHistoryReaderTimeLimit(int historyCacheTime) {
608 syncWriteConfiguration(historyCacheTime, Configuration::setHistoryCacheTime);