mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Automatic style fix
This commit is contained in:
parent
c53b20a770
commit
ea16070117
@ -907,7 +907,7 @@ class MergeTreeSettingsRandomizer:
|
||||
1, 32 * 1024 * 1024
|
||||
),
|
||||
"cache_populated_by_fetch": lambda: random.randint(0, 1),
|
||||
"concurrent_part_removal_threshold": threshold_generator(0.2, 0.3, 0, 100)
|
||||
"concurrent_part_removal_threshold": threshold_generator(0.2, 0.3, 0, 100),
|
||||
}
|
||||
|
||||
@staticmethod
|
||||
|
Loading…
Reference in New Issue
Block a user