pub const CONFIG_OVERRIDE_CACHE_DEFAULT_CAPACITY: u64 = 256;
Default capacity for ConfigOverrideCache. Since we only support per-job config override right now, 256 jobs should be sufficient on a single node.
ConfigOverrideCache