Skip to content

Commit 513e59f

Browse files
authored
chore: extend the short_sql_max_length to 2048 (#18390)
1 parent 269e66b commit 513e59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/settings/src/settings_default.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ impl DefaultSettings {
11651165
range: Some(SettingRange::Numeric(0..=u64::MAX)),
11661166
}),
11671167
("short_sql_max_length", DefaultSettingValue {
1168-
value: UserSettingValue::UInt64(128),
1168+
value: UserSettingValue::UInt64(2048),
11691169
desc: "Sets the maximum length for truncating SQL queries in short_sql function.",
11701170
mode: SettingMode::Both,
11711171
scope: SettingScope::Both,

0 commit comments

Comments
 (0)