- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for warmUp (0.07 sec)
-
common-protos/k8s.io/api/core/v1/generated.proto
// This can be used to provide different probe parameters at the beginning of a Pod's lifecycle, // when it might take a long time to load data or warm a cache, than during steady-state operation. // This cannot be updated. // More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes // +optional optional Probe startupProbe = 22;
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 255.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
defaultMap.put(FessConfig.STORAGE_MAX_ITEMS_IN_PAGE, "1000"); defaultMap.put(FessConfig.PASSWORD_INVALID_ADMIN_PASSWORDS, "admin"); defaultMap.put(FessConfig.lasta_di_SMART_DEPLOY_MODE, "warm"); defaultMap.put(FessConfig.DEVELOPMENT_HERE, "true"); defaultMap.put(FessConfig.ENVIRONMENT_TITLE, "Local Development"); defaultMap.put(FessConfig.FRAMEWORK_DEBUG, "false");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 468.5K bytes - Viewed (1)