- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for 10m (0.02 sec)
-
src/main/java/org/codelibs/core/io/FileUtil.java
/** Default Buffer Size */ protected static final int DEFAULT_BUF_SIZE = 4096; // 4k /** Max Buffer Size */ protected static final int MAX_BUF_SIZE = 10 * 1024 * 1024; // 10m /** * Returns the canonical path string for this abstract pathname. * * @param file the file (must not be {@literal null})
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 8.8K bytes - Viewed (0) -
android/guava/src/com/google/common/cache/CacheBuilder.java
* } * }); * } * * <p>Or equivalently, * * {@snippet : * // In real life this would come from a command-line flag or config file * String spec = "maximumSize=10000,expireAfterWrite=10m"; * * LoadingCache<Key, Graph> graphs = CacheBuilder.from(spec) * .removalListener(MY_LISTENER) * .build( * new CacheLoader<Key, Graph>() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 51.7K bytes - Viewed (0) -
src/main/resources/fess_config.properties
index.index.timeout=3m # Timeout for bulk index operations. index.bulk.timeout=3m # Timeout for delete operations in the index. index.delete.timeout=3m # Timeout for index health checks. index.health.timeout=10m # Timeout for index indices operations. index.indices.timeout=1m # filetype # Mapping of MIME types to filetype labels for indexing. index.filetype=\ text/html=html\n\ application/msword=word\n\
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
String INDEX_BULK_TIMEOUT = "index.bulk.timeout"; /** The key of the configuration. e.g. 3m */ String INDEX_DELETE_TIMEOUT = "index.delete.timeout"; /** The key of the configuration. e.g. 10m */ String INDEX_HEALTH_TIMEOUT = "index.health.timeout"; /** The key of the configuration. e.g. 1m */ String INDEX_INDICES_TIMEOUT = "index.indices.timeout";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1)