mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-21 23:19:53 +00:00
chore(config): make pipeline_squash configurable (#3529)
This commit is contained in:
parent
86e79e13c5
commit
f90ae4fcff
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user