File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ pub struct HistoryConfig {
410
410
411
411
impl HistoryConfig {
412
412
// Auto TLS certificate lifetime
413
- const DEFAULT_HISTORY_SECRET_LIFETIME : Duration = Duration :: from_days_unchecked ( 7 ) ;
413
+ const DEFAULT_HISTORY_SECRET_LIFETIME : Duration = Duration :: from_days_unchecked ( 1 ) ;
414
414
415
415
fn default_config ( cluster_name : & str ) -> HistoryConfigFragment {
416
416
HistoryConfigFragment {
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ pub struct RoleConfig {
133
133
134
134
impl RoleConfig {
135
135
// Auto TLS certificate lifetime
136
- const DEFAULT_SECRET_LIFETIME : Duration = Duration :: from_days_unchecked ( 7 ) ;
136
+ const DEFAULT_SECRET_LIFETIME : Duration = Duration :: from_days_unchecked ( 1 ) ;
137
137
138
138
pub fn default_config ( ) -> RoleConfigFragment {
139
139
RoleConfigFragment {
@@ -225,7 +225,7 @@ pub struct SubmitConfig {
225
225
226
226
impl SubmitConfig {
227
227
// Auto TLS certificate lifetime
228
- const DEFAULT_SECRET_LIFETIME : Duration = Duration :: from_days_unchecked ( 7 ) ;
228
+ const DEFAULT_SECRET_LIFETIME : Duration = Duration :: from_days_unchecked ( 1 ) ;
229
229
230
230
pub fn default_config ( ) -> SubmitConfigFragment {
231
231
SubmitConfigFragment {
You can’t perform that action at this time.
0 commit comments