Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for requester (0.36 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * Get the value for the key 'suggest.update.request.interval'. <br>
         * The value is, e.g. 0 <br>
         * comment: Interval for suggestion update requests.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getSuggestUpdateRequestInterval();
    
        /**
         * Get the value for the key 'suggest.update.request.interval' as {@link Integer}. <br>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
  2. CHANGELOG/CHANGELOG-1.19.md

    - Apiserver add a new flag --goaway-chance which is the fraction of requests that will be closed gracefully(GOAWAY) to prevent HTTP/2 clients from getting stuck on a single apiserver. 
      After the connection closed(received GOAWAY), the client's other in-flight requests won't be affected, and the client will reconnect. 
      The flag min value is 0 (off), max is .02 (1/50 requests); .001 (1/1000) is a recommended starting point.
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. RELEASE.md

        now served with tensorflow/serving, it will accept requests using 'inputs'
        and 'outputs'. Starting at 1.2, such a model will accept the keys specified
        during export. Therefore, inference requests using 'inputs' and 'outputs'
        may start to fail. To fix this, either update any inference clients to send
        requests with the actual input and output keys used by the trainer code, or
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (1)
  4. lib/fips140/v1.0.0.zip

    der" "math/bits" ) // Counter is an SP 800-90A Rev. 1 CTR_DRBG instantiated with AES-256. // // Per Table 3, it has a security strength of 256 bits, a seed size of 384 bits, // a counter length of 128 bits, a reseed interval of 2^48 requests, and a // maximum request size of 2^19 bits (2^16 bytes, 64 KiB). // // We support a narrow range of parameters that fit the needs of our RNG: // AES-256, no derivation function, no personalization string, no prediction // resistance, and 384-bit additional input....
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  5. docs/en/docs/release-notes.md

    In versions lower than `0.65.2`, FastAPI would try to read the request payload as JSON even if the `content-type` header sent was not set to `application/json` or a compatible JSON media type (e.g. `application/geo+json`).
    
    So, a request with a content type of `text/plain` containing JSON data would be accepted and the JSON data would be extracted.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
Back to top