diff --git a/weed/filer/filer.go b/weed/filer/filer.go index 82b822971..8570faa7a 100644 --- a/weed/filer/filer.go +++ b/weed/filer/filer.go @@ -99,8 +99,8 @@ func (f *Filer) MaybeBootstrapFromPeers(self pb.ServerAddress, existingNodes []* PathPrefix: "/", AdditionalPathPrefixes: nil, DirectoriesToWatch: nil, - StartTsNs: snapshotTime.UnixNano(), - StopTsNs: 0, + StartTsNs: 0, + StopTsNs: snapshotTime.UnixNano(), EventErrorType: pb.FatalOnError, }