- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for 86400000 (0.04 seconds)
-
src/test/java/org/codelibs/fess/helper/CoordinatorHelperTest.java
public Integer getCoordinatorOperationRetryAsInteger() { return 3; } @Override public Integer getCoordinatorEventTtlAsInteger() { return 600000; } @Override public String getSchedulerTargetName() { return ""; } }); } /**
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 58.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* The value is, e.g. 600000 <br> * comment: Time-to-live (ms) for event notification documents. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getCoordinatorEventTtl(); /** * Get the value for the key 'coordinator.event.ttl' as {@link Integer}. <br> * The value is, e.g. 600000 <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.operation.ttl=7200000 # Maximum number of retries for acquiring an operation lock. coordinator.operation.retry=3 # Time-to-live (ms) for event notification documents. coordinator.event.ttl=600000 # ---------------------------------------------------------- # OnlineHelp # ------
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)