We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269e66b commit 513e59fCopy full SHA for 513e59f
src/query/settings/src/settings_default.rs
@@ -1165,7 +1165,7 @@ impl DefaultSettings {
1165
range: Some(SettingRange::Numeric(0..=u64::MAX)),
1166
}),
1167
("short_sql_max_length", DefaultSettingValue {
1168
- value: UserSettingValue::UInt64(128),
+ value: UserSettingValue::UInt64(2048),
1169
desc: "Sets the maximum length for truncating SQL queries in short_sql function.",
1170
mode: SettingMode::Both,
1171
scope: SettingScope::Both,
0 commit comments