mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-14 06:30:26 +08:00
将以往的caches.FileList修改为caches.SQLiteFileList
This commit is contained in:
@@ -47,7 +47,7 @@ func TestFileStorage_Init(t *testing.T) {
|
||||
|
||||
time.Sleep(2 * time.Second)
|
||||
storage.purgeLoop()
|
||||
t.Log(storage.list.(*FileList).Stat(func(hash string) bool {
|
||||
t.Log(storage.list.(*SQLiteFileList).Stat(func(hash string) bool {
|
||||
return true
|
||||
}))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user