- Sort Score
- Num 10 results
- Language All
Results 31 - 32 of 32 for polo (0.06 seconds)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* Get the value for the key 'coordinator.poll.interval'. <br> * The value is, e.g. 60 <br> * comment: Interval (seconds) for polling heartbeats and events. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getCoordinatorPollInterval(); /** * Get the value for the key 'coordinator.poll.interval' as {@link Integer}. <br>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2) -
src/main/resources/fess_config.properties
# Coordinator # ------ # Interval (seconds) for polling heartbeats and events. coordinator.poll.interval=60 # Time-to-live (ms) for instance heartbeat documents. coordinator.heartbeat.ttl=180000 # Time-to-live (ms) for operation lock documents. coordinator.operation.ttl=7200000
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (0)