diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-01-28 02:17:41 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-01-28 02:17:41 -0800 |
| commit | da08402ba253fe5391f0152905f51f82c51fd527 (patch) | |
| tree | 3f62e21364b01ff9f15768b6c898df99554a5869 /weed/command/filer_replication.go | |
| parent | 822f1ade9d3f613e4f400ed0945f52b3bbba3780 (diff) | |
| download | seaweedfs-da08402ba253fe5391f0152905f51f82c51fd527.tar.xz seaweedfs-da08402ba253fe5391f0152905f51f82c51fd527.zip | |
replicate: use creation time for local incremental file sink
related to https://github.com/chrislusf/seaweedfs/pull/1762
Diffstat (limited to 'weed/command/filer_replication.go')
| -rw-r--r-- | weed/command/filer_replication.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/command/filer_replication.go b/weed/command/filer_replication.go index 47ef5d1b6..e8c06b208 100644 --- a/weed/command/filer_replication.go +++ b/weed/command/filer_replication.go @@ -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" |
