Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 60 (0.12 sec)

  1. src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java

        protected int sizeForUpdate = 100;
    
        protected String scrollForUpdate = "1m";
    
        protected int maxConfigSyncStatusRetry = 10;
    
        protected int maxEsStatusRetry = 60;
    
        protected String clusterName = "fesen";
    
        protected final List<UnaryOperator<String>> docSettingRewriteRuleList = new ArrayList<>();
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 84.1K bytes
    - Viewed (0)
  2. guava/src/com/google/common/cache/CacheBuilder.java

        return MoreObjects.firstNonNull(valueEquivalence, getValueStrength().defaultEquivalence());
      }
    
      /**
       * Sets the minimum total size for the internal hash tables. For example, if the initial capacity
       * is {@code 60}, and the concurrency level is {@code 8}, then eight segments are created, each
       * having a hash table of size eight. Providing a large enough estimate at construction time
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Thu Feb 15 16:12:13 GMT 2024
    - 51.3K bytes
    - Viewed (0)
Back to top