feat(quark): enable `NoOverwriteUpload` (#3720)

pull/3727/head
LisonFan 2023-03-05 18:00:00 +08:00 committed by GitHub
parent 34ef6bd18d
commit 75b4429f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ var config = driver.Config{
Name: "Quark",
OnlyProxy: true,
DefaultRoot: "0",
NoOverwriteUpload: true,
}
func init() {