Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for serait (0.07 seconds)

  1. src/main/resources/fess_label_id.properties

    labels.group_name=Nama
    labels.group_title_details=Grup
    labels.related_content_configuration=Konten Terkait
    labels.related_content_content=Konten
    labels.related_content_list_term=Istilah
    labels.related_content_term=Istilah
    labels.related_content_title_details=Konten Terkait
    labels.related_query_configuration=Kueri Terkait
    labels.related_query_list_term=Istilah
    labels.related_query_queries=Kueri
    labels.related_query_term=Istilah
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 50.2K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/llm/AbstractLlmClient.java

            return Integer.parseInt(ComponentUtil.getFessConfig().getOrDefault(getConfigPrefix() + ".max.concurrent.requests", "5"));
        }
    
        /**
         * Gets the timeout for waiting to acquire a concurrency permit (ms).
         * Default is 30000ms. Override or configure via rag.llm.{provider}.concurrency.wait.timeout.
         *
         * @return the wait timeout in milliseconds
         */
        protected long getConcurrencyWaitTimeoutMs() {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 21 06:04:58 GMT 2026
    - 72K bytes
    - Click Count (0)
  3. pom.xml

    			<id>build</id>
    			<activation>
    				<activeByDefault>true</activeByDefault>
    			</activation>
    			<properties>
    				<test.include.path>**/*Test.java</test.include.path>
    				<test.command.args>--illegal-access=permit -Djava.awt.headless=true</test.command.args>
    			</properties>
    		</profile>
    		<profile>
    			<id>integrationTests</id>
    			<properties>
    				<test.include.path>**/*Tests.java</test.include.path>
    				<test.command.args />
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 07:04:54 GMT 2026
    - 49.9K bytes
    - Click Count (0)
Back to Top