Constant mz_catalog::durable::initialize::WITH_0DT_DEPLOYMENT_MAX_WAIT
source · pub(crate) const WITH_0DT_DEPLOYMENT_MAX_WAIT: &str = "with_0dt_deployment_max_wait";
Expand description
The key used within the “config” collection where we store a mirror of the
with_0dt_deployment_max_wait
“system var” value. This is mirrored so that
we can toggle the flag with LaunchDarkly, but use it in boot before
LaunchDarkly is available.
NOTE: Weird prefix because we can’t start with a 0
.