mirror of
https://github.com/typesense/typesense.git
synced 2025-05-23 23:30:42 +08:00
Enable filter before copy remote for snapshots.
This commit is contained in:
parent
d06552eeba
commit
eaafe484fd
@ -34,7 +34,7 @@ int ReplicationState::start(const butil::EndPoint & peering_endpoint, const int
|
||||
node_options.fsm = this;
|
||||
node_options.node_owns_fsm = false;
|
||||
node_options.snapshot_interval_s = snapshot_interval_s;
|
||||
node_options.filter_before_copy_remote = false;
|
||||
node_options.filter_before_copy_remote = true;
|
||||
std::string prefix = "local://" + raft_dir;
|
||||
node_options.log_uri = prefix + "/" + log_dir_name;
|
||||
node_options.raft_meta_uri = prefix + "/" + meta_dir_name;
|
||||
|
Loading…
x
Reference in New Issue
Block a user