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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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