Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for 3h0m0s (0.03 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. docs/sts/dex.md

    time="2020-07-12T20:45:50Z" level=info msg="config using password grant connector: local"
    time="2020-07-12T20:45:50Z" level=info msg="config signing keys expire after: 3h0m0s"
    time="2020-07-12T20:45:50Z" level=info msg="config id tokens valid for: 3h0m0s"
    time="2020-07-12T20:45:50Z" level=info msg="listening (http) on 0.0.0.0:5556"
    ```
    
    ### Configure MinIO server with Dex
    
    ```
    ~ export MINIO_IDENTITY_OPENID_CLAIM_NAME=name
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 3.8K bytes
    - Click Count (0)
  2. src/test/java/org/codelibs/fess/suggest/settings/SuggestSettingsBuilderTest.java

                    .addInitialSettings("custom.key2", 42)
                    .scrollTimeout("100s")
                    .searchTimeout("50s")
                    .indexTimeout("200s")
                    .bulkTimeout("300s")
                    .indicesTimeout("150s")
                    .clusterTimeout("250s");
    
            SuggestSettings settings = builder.build(client, id);
    
            assertNotNull(settings);
    Created: Sat Dec 20 13:04:59 GMT 2025
    - Last Modified: Mon Sep 01 13:33:03 GMT 2025
    - 14.4K bytes
    - Click Count (0)
Back to Top