mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 12:09:23 +08:00
go fmt
This commit is contained in:
@@ -239,7 +239,7 @@ func makeEventProcessor(remoteStorage *remote_pb.RemoteConf, mountedDir string,
|
|||||||
return eachEntryFunc, nil
|
return eachEntryFunc, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func collectLastSyncOffset(option *RemoteSyncOptions, mountedDir string) (time.Time) {
|
func collectLastSyncOffset(option *RemoteSyncOptions, mountedDir string) time.Time {
|
||||||
// 1. specified by timeAgo
|
// 1. specified by timeAgo
|
||||||
// 2. last offset timestamp for this directory
|
// 2. last offset timestamp for this directory
|
||||||
// 3. directory creation time
|
// 3. directory creation time
|
||||||
|
Reference in New Issue
Block a user