mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Reset WriteSettings to master
This commit is contained in:
parent
ba90363cda
commit
863887cca5
@ -4,7 +4,6 @@
|
||||
#include <Common/Scheduler/ResourceLink.h>
|
||||
#include <IO/DistributedCacheSettings.h>
|
||||
|
||||
|
||||
namespace DB
|
||||
{
|
||||
|
||||
@ -29,8 +28,6 @@ struct WriteSettings
|
||||
bool use_adaptive_write_buffer = false;
|
||||
size_t adaptive_write_buffer_initial_size = 16 * 1024;
|
||||
|
||||
size_t max_compression_threads = 1;
|
||||
|
||||
bool write_through_distributed_cache = false;
|
||||
DistributedCacheSettings distributed_cache_settings;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user