Skip to content

Commit 6278a23

Browse files
authored
Update settings_default.rs
1 parent f5f8f21 commit 6278a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/settings/src/settings_default.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ impl DefaultSettings {
10191019
range: Some(SettingRange::Numeric(0..=u64::MAX)),
10201020
}),
10211021
("statement_queue_ttl_in_seconds", DefaultSettingValue {
1022-
value: UserSettingValue::UInt64(3),
1022+
value: UserSettingValue::UInt64(15),
10231023
desc: "This parameter specifies the interval, in seconds, between lease renewal operations with the meta service to maintain active communication.",
10241024
mode: SettingMode::Both,
10251025
scope: SettingScope::Both,

0 commit comments

Comments
 (0)