mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-08-24 07:25:14 +08:00
fix refactoring mistake
fix https://github.com/seaweedfs/seaweedfs/issues/4639
This commit is contained in:
parent
df400e6c71
commit
6f588b5b18
@ -99,8 +99,8 @@ func (f *Filer) MaybeBootstrapFromPeers(self pb.ServerAddress, existingNodes []*
|
|||||||
PathPrefix: "/",
|
PathPrefix: "/",
|
||||||
AdditionalPathPrefixes: nil,
|
AdditionalPathPrefixes: nil,
|
||||||
DirectoriesToWatch: nil,
|
DirectoriesToWatch: nil,
|
||||||
StartTsNs: snapshotTime.UnixNano(),
|
StartTsNs: 0,
|
||||||
StopTsNs: 0,
|
StopTsNs: snapshotTime.UnixNano(),
|
||||||
EventErrorType: pb.FatalOnError,
|
EventErrorType: pb.FatalOnError,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user