File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -153,11 +153,11 @@ const DEFAULT_ROUTER_GRACEFUL_SHUTDOWN_TIMEOUT: Duration = Duration::from_minute
153153const DEFAULT_HISTORICAL_GRACEFUL_SHUTDOWN_TIMEOUT : Duration = Duration :: from_minutes_unchecked ( 5 ) ;
154154
155155// Auto TLS certificate lifetime
156- const DEFAULT_BROKER_SECRET_LIFETIME : Duration = Duration :: from_days_unchecked ( 7 ) ;
157- const DEFAULT_COORDINATOR_SECRET_LIFETIME : Duration = Duration :: from_days_unchecked ( 7 ) ;
158- const DEFAULT_MIDDLE_SECRET_LIFETIME : Duration = Duration :: from_days_unchecked ( 7 ) ;
159- const DEFAULT_ROUTER_SECRET_LIFETIME : Duration = Duration :: from_days_unchecked ( 7 ) ;
160- const DEFAULT_HISTORICAL_SECRET_LIFETIME : Duration = Duration :: from_days_unchecked ( 7 ) ;
156+ const DEFAULT_BROKER_SECRET_LIFETIME : Duration = Duration :: from_days_unchecked ( 1 ) ;
157+ const DEFAULT_COORDINATOR_SECRET_LIFETIME : Duration = Duration :: from_days_unchecked ( 1 ) ;
158+ const DEFAULT_MIDDLE_SECRET_LIFETIME : Duration = Duration :: from_days_unchecked ( 1 ) ;
159+ const DEFAULT_ROUTER_SECRET_LIFETIME : Duration = Duration :: from_days_unchecked ( 1 ) ;
160+ const DEFAULT_HISTORICAL_SECRET_LIFETIME : Duration = Duration :: from_days_unchecked ( 1 ) ;
161161
162162#[ derive( Snafu , Debug , EnumDiscriminants ) ]
163163#[ strum_discriminants( derive( IntoStaticStr ) ) ]
You can’t perform that action at this time.
0 commit comments