aboutsummaryrefslogtreecommitdiff
path: root/go/topology/topology_vacuum.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/topology/topology_vacuum.go')
-rw-r--r--go/topology/topology_vacuum.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/go/topology/topology_vacuum.go b/go/topology/topology_vacuum.go
index d6fa2213e..675523697 100644
--- a/go/topology/topology_vacuum.go
+++ b/go/topology/topology_vacuum.go
@@ -6,9 +6,9 @@ import (
"net/url"
"time"
- "github.com/chrislusf/weed-fs/go/glog"
- "github.com/chrislusf/weed-fs/go/storage"
- "github.com/chrislusf/weed-fs/go/util"
+ "github.com/chrislusf/seaweedfs/go/glog"
+ "github.com/chrislusf/seaweedfs/go/storage"
+ "github.com/chrislusf/seaweedfs/go/util"
)
func batchVacuumVolumeCheck(vl *VolumeLayout, vid storage.VolumeId, locationlist *VolumeLocationList, garbageThreshold string) bool {