Skip to content

Commit

Permalink
fix(115): disable NoOverwriteUpload (#6409 close #6251)
Browse files Browse the repository at this point in the history
closed #6251
  • Loading branch information
SheltonZhu committed May 2, 2024
1 parent eecea3f commit b704bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/115/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var config = driver.Config{
DefaultRoot: "0",
//OnlyProxy: true,
//OnlyLocal: true,
NoOverwriteUpload: true,
//NoOverwriteUpload: true,
}

func init() {
Expand Down

0 comments on commit b704bba

Please sign in to comment.