Skip to content

Commit 0a407c3

Browse files
authored
fix(openlist): disable status check for openlist driver (#1757)
* fix(openlist): disable status check to avoid network stability issues * fix(alist_v3): disable status check to avoid network stability issues Signed-off-by: MadDogOwner <xiaoran@xrgzs.top> --------- Signed-off-by: MadDogOwner <xiaoran@xrgzs.top>
1 parent b2596fd commit 0a407c3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

drivers/alist_v3/meta.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ var config = driver.Config{
2121
Name: "AList V3",
2222
LocalSort: true,
2323
DefaultRoot: "/",
24-
CheckStatus: true,
2524
ProxyRangeOption: true,
2625
LinkCacheMode: driver.LinkCacheAuto,
2726
}

drivers/openlist/meta.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ var config = driver.Config{
2121
Name: "OpenList",
2222
LocalSort: true,
2323
DefaultRoot: "/",
24-
CheckStatus: true,
2524
ProxyRangeOption: true,
2625
LinkCacheMode: driver.LinkCacheAuto,
2726
}

0 commit comments

Comments
 (0)