- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for heartbeat (0.04 sec)
-
src/main/resources/fess_config.properties
search_engine.http.ssl.certificate_authorities= # Username for authenticating to the search engine. search_engine.username= # Password for authenticating to the search engine. search_engine.password= # Interval (ms) for heartbeat checks to the search engine. search_engine.heartbeat_interval=10000 # Cipher algorithm used for encryption. app.cipher.algorism=aes # Secret key for encryption (change this value for production).
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
Integer getSearchEnginePasswordAsInteger(); /** * Get the value for the key 'search_engine.heartbeat_interval'. <br> * The value is, e.g. 10000 <br> * comment: Interval (ms) for heartbeat checks to the search engine. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getSearchEngineHeartbeatInterval(); /**
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2)