- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for 86400000 (0.09 seconds)
-
src/test/java/org/codelibs/fess/mylasta/direction/FessEnvTest.java
assertEquals("true", customEnv.getFrameworkDebug()); assertTrue(customEnv.isFrameworkDebug()); assertEquals("86400000", customEnv.getTimeAdjustTimeMillis()); assertEquals(Long.valueOf(86400000), customEnv.getTimeAdjustTimeMillisAsLong()); assertEquals("false", customEnv.getMailSendMock()); assertFalse(customEnv.isMailSendMock());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 15.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessTimeResourceProviderTest.java
// Test one hour boundaries testBoundaryValue(3600000L); testBoundaryValue(-3600000L); // Test one day boundaries testBoundaryValue(86400000L); testBoundaryValue(-86400000L); } private void testBoundaryValue(long value) { FessConfig boundaryConfig = new FessConfig.SimpleImpl() { private static final long serialVersionUID = 1L;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 17.8K bytes - Click Count (0) -
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)