Skip to content

Commit ea5d8e8

Browse files
authored
fix: revert default secret lifetime to 1 day (#684)
1 parent c674dfd commit ea5d8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/crd/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ pub struct TrinoConfig {
440440
}
441441

442442
impl TrinoConfig {
443-
const DEFAULT_SECRET_LIFETIME: Duration = Duration::from_days_unchecked(7);
443+
const DEFAULT_SECRET_LIFETIME: Duration = Duration::from_days_unchecked(1);
444444
fn default_config(
445445
cluster_name: &str,
446446
role: &TrinoRole,

0 commit comments

Comments
 (0)