replicate: use creation time for local incremental file sink

related to https://github.com/chrislusf/seaweedfs/pull/1762
This commit is contained in:
Chris Lu
2021-01-28 02:17:41 -08:00
parent 822f1ade9d
commit da08402ba2
4 changed files with 7 additions and 10 deletions

View File

@@ -11,7 +11,6 @@ import (
_ "github.com/chrislusf/seaweedfs/weed/replication/sink/b2sink"
_ "github.com/chrislusf/seaweedfs/weed/replication/sink/filersink"
_ "github.com/chrislusf/seaweedfs/weed/replication/sink/gcssink"
_ "github.com/chrislusf/seaweedfs/weed/replication/sink/localincrementalsink"
_ "github.com/chrislusf/seaweedfs/weed/replication/sink/localsink"
_ "github.com/chrislusf/seaweedfs/weed/replication/sink/s3sink"
"github.com/chrislusf/seaweedfs/weed/replication/sub"