Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Environment (0.06 sec)

  1. CHANGELOG/CHANGELOG-1.19.md

    - HTTP/2 connection health check is enabled by default in all Kubernetes clients. The feature should work out-of-the-box. If needed, users can tune the feature via the HTTP2_READ_IDLE_TIMEOUT_SECONDS and HTTP2_PING_TIMEOUT_SECONDS environment variables. The feature is disabled if HTTP2_READ_IDLE_TIMEOUT_SECONDS is set to 0. ([#96778](https://github.com/kubernetes/kubernetes/pull/96778), [@caesarxuchao](https://github.com/caesarxuchao)) [SIG API Machinery, CLI, Cloud Provider, Cluster...
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         */
        String getCrawlerFileProtocols();
    
        /**
         * Get the value for the key 'crawler.data.env.param.key.pattern'. <br>
         * The value is, e.g. ^FESS_ENV_.* <br>
         * comment: Pattern for environment variable keys in crawling data.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getCrawlerDataEnvParamKeyPattern();
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
Back to top