Make swallowOkAfterResend default to True, part of the fix for #166
(cherry picked from commit 5a6cd58)
This commit is contained in:
parent
3b56cdaaa3
commit
4094d28c07
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ default_settings = {
|
|||
"waitForStartOnConnect": False,
|
||||
"alwaysSendChecksum": False,
|
||||
"sdSupport": True,
|
||||
"swallowOkAfterResend": False
|
||||
"swallowOkAfterResend": True
|
||||
},
|
||||
"folder": {
|
||||
"uploads": None,
|
||||
|
|
|
|||
Loading…
Reference in a new issue