aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_sync.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-06-03 08:45:32 -0700
committerchrislu <chris.lu@gmail.com>2022-06-03 08:45:32 -0700
commit39c3cb04af277268e7d8ef5b8ce6d8ffcb48105f (patch)
tree3b67a6f1962b2d3e567a0549f1e46445161ce70f /weed/command/filer_sync.go
parentf97acdd4891b7b318f3fb67b1d8c2b11c809b158 (diff)
parentff5b96f0be266b3abbcede387d665865274a67ab (diff)
downloadseaweedfs-39c3cb04af277268e7d8ef5b8ce6d8ffcb48105f.tar.xz
seaweedfs-39c3cb04af277268e7d8ef5b8ce6d8ffcb48105f.zip
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
Diffstat (limited to 'weed/command/filer_sync.go')
-rw-r--r--weed/command/filer_sync.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer_sync.go b/weed/command/filer_sync.go
index 2dd780a75..deb458525 100644
--- a/weed/command/filer_sync.go
+++ b/weed/command/filer_sync.go
@@ -178,7 +178,7 @@ func doSubscribeFilerMetaChanges(clientId int32, grpcDialOption grpc.DialOption,
})
return pb.FollowMetadata(sourceFiler, grpcDialOption, "syncTo_"+string(targetFiler), clientId,
- sourcePath, nil, sourceFilerOffsetTsNs, 0, targetFilerSignature, processEventFnWithOffset, false)
+ sourcePath, nil, sourceFilerOffsetTsNs, 0, targetFilerSignature, processEventFnWithOffset, pb.RetryForeverOnError)
}