We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59017f commit 6c1b168Copy full SHA for 6c1b168
rust/crd/src/lib.rs
@@ -296,7 +296,7 @@ impl ZookeeperConfig {
296
pub const SERVER_JVMFLAGS: &'static str = "SERVER_JVMFLAGS";
297
pub const ZK_SERVER_HEAP: &'static str = "ZK_SERVER_HEAP";
298
299
- const DEFAULT_SECRET_LIFETIME: Duration = Duration::from_days_unchecked(7);
+ const DEFAULT_SECRET_LIFETIME: Duration = Duration::from_days_unchecked(1);
300
301
fn default_server_config(cluster_name: &str, role: &ZookeeperRole) -> ZookeeperConfigFragment {
302
ZookeeperConfigFragment {
0 commit comments