chore(config): make pipeline_squash configurable (#3529)

This commit is contained in:
Vladislav 2024-08-20 09:31:44 +03:00 committed by GitHub
parent 86e79e13c5
commit f90ae4fcff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -876,6 +876,7 @@ void Service::Init(util::AcceptServer* acceptor, std::vector<facade::Listener*>
config_registry.RegisterMutable("enable_heartbeat_eviction");
config_registry.RegisterMutable("dbfilename");
config_registry.RegisterMutable("table_growth_margin");
config_registry.RegisterMutable("pipeline_squash");
serialization_max_chunk_size = GetFlag(FLAGS_serialization_max_chunk_size);
uint32_t shard_num = GetFlag(FLAGS_num_shards);