mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-12-20 03:59:49 +08:00
able to sync the changes
This commit is contained in:
@@ -30,6 +30,8 @@ func NewReplicator(sourceConfig, sinkConfig util.Configuration) *Replicator {
|
||||
}
|
||||
}
|
||||
|
||||
sink.SetSourceFiler(source)
|
||||
|
||||
return &Replicator{
|
||||
sink: sink,
|
||||
source: source,
|
||||
|
||||
Reference in New Issue
Block a user