- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for mezery (0.05 seconds)
-
src/main/java/org/codelibs/fess/Constants.java
/** Default cron expression for search log processing (every minute). */ public static final String DEFAULT_SEARCH_LOG_CRON_EXPRESSION = "* * * * *"; /** Default cron expression for daily tasks (daily at midnight). */ public static final String DEFAULT_DAILY_CRON_EXPRESSION = "0 0 * * *"; /** Default cron expression for hourly tasks (every hour). */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 35.8K bytes - Click Count (0) -
src/main/resources/fess_label_nl.properties
labels.search_result_status=Zoekresultaten voor <b>{0}</b><span class="br-phone"></span> <b>{2}</b> - <b>{3}</b> van <b>{1}</b> labels.search_result_status_over=Zoekresultaten voor <b>{0}</b><span class="br-phone"></span> ongeveer <b>{1}</b> of meer <b>{2}</b> - <b>{3}</b> labels.search_result_time=({0} seconden) labels.prev_page=Vorige labels.next_page=Volgende labels.did_not_match=Geen informatie gevonden die overeenkomt met <b>{0}</b>.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 51.3K bytes - Click Count (1) -
src/main/resources/fess_config.properties
rate.limit.blocked.ips= # Comma-separated list of trusted proxy IPs. Only trust X-Forwarded-For/X-Real-IP from these IPs. rate.limit.trusted.proxies=127.0.0.1,::1 # Number of requests between cleanup operations to prevent memory leaks. rate.limit.cleanup.interval=1000 # Virtual Host: Host:fess.codelibs.org=fess virtual.host.headers= # Hostname for the HTTP proxy server. http.proxy.host=
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) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** * Get the value for the key 'rate.limit.cleanup.interval'. <br> * The value is, e.g. 1000 <br> * comment: Number of requests between cleanup operations to prevent memory leaks. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getRateLimitCleanupInterval(); /**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)