mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 18:35:46 +02:00
Add a feature flag for partial_sync (#1957)
This commit is contained in:
parent
7ad29ab919
commit
4ecab6e786
2 changed files with 5 additions and 1 deletions
|
@ -655,6 +655,7 @@ void Service::Init(util::AcceptServer* acceptor, std::vector<facade::Listener*>
|
|||
config_registry.RegisterMutable("requirepass");
|
||||
config_registry.RegisterMutable("masterauth");
|
||||
config_registry.RegisterMutable("tcp_keepalive");
|
||||
config_registry.RegisterMutable("replica_partial_sync");
|
||||
|
||||
acl::UserRegistry* reg = &user_registry_;
|
||||
pp_.Await([reg](uint32_t index, ProactorBase* pb) { ServerState::Init(index, reg); });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue