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 39442d6 commit d91f9f0Copy full SHA for d91f9f0
src/query/settings/src/settings_default.rs
@@ -349,7 +349,7 @@ impl DefaultSettings {
349
range: Some(SettingRange::Numeric(0..=u64::MAX)),
350
}),
351
("bloom_runtime_filter_threshold", DefaultSettingValue {
352
- value: UserSettingValue::UInt64(u64::MAX),
+ value: UserSettingValue::UInt64(3000000),
353
desc: "Sets the maximum number of rows for bloom runtime filter generation.",
354
mode: SettingMode::Both,
355
scope: SettingScope::Both,
0 commit comments