fix(115): disable NoOverwriteUpload (#6409 close #6251)

closed #6251
This commit is contained in:
Shelton Zhu
2024-05-02 22:27:55 +08:00
committed by GitHub
parent eecea3febd
commit b704bba444

View File

@ -19,7 +19,7 @@ var config = driver.Config{
DefaultRoot: "0", DefaultRoot: "0",
//OnlyProxy: true, //OnlyProxy: true,
//OnlyLocal: true, //OnlyLocal: true,
NoOverwriteUpload: true, //NoOverwriteUpload: true,
} }
func init() { func init() {