Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 21 - 22 of 22 for pola (0.03 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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