Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for _refresh (0.29 sec)

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

            }
    
            public String getIndexReindexRefresh() {
                return get(FessConfig.INDEX_REINDEX_REFRESH);
            }
    
            public boolean isIndexReindexRefresh() {
                return is(FessConfig.INDEX_REINDEX_REFRESH);
            }
    
            public String getIndexReindexTimeout() {
                return get(FessConfig.INDEX_REINDEX_TIMEOUT);
            }
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (5)
  2. CHANGELOG/CHANGELOG-1.8.md

        * request a client certificate from the API server during the boot cycle and pause
        * waiting for the request to be satisfied. It will continually refresh the certificate
        * as the certificates expiration approaches.
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Feb 20 15:45:02 GMT 2024
    - 312.2K bytes
    - Viewed (1)
  3. CHANGELOG/CHANGELOG-1.22.md

    - Fixed an issue blocking azure auth to prompt to device code authentication flow when refresh token expires. ([#102063](https://github.com/kubernetes/kubernetes/pull/102063), [@tdihp](https://github.com/tdihp))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Dec 13 12:43:45 GMT 2022
    - 454.1K bytes
    - Viewed (1)
  4. CHANGELOG/CHANGELOG-1.21.md

      - Add support for Apache CloudStack
      
      ### AWS
      - Regenerate list of EC2 instances
      - Fix pricing endpoint in AWS China Region
      
      ### Azure
      - Add optional jitter on initial VMSS VM cache refresh, keep the refreshes spread over time
      - Serve from cache for the whole period of ongoing throttling
      - Fix unwanted VMSS VMs cache invalidations
      - Enforce setting the number of retries if cloud provider backoff is enabled
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Fri Oct 14 07:03:14 GMT 2022
    - 367.3K bytes
    - Viewed (4)
Back to top