Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for 86400000 (0.07 seconds)

  1. 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)
  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)
Back to Top