Make swallowOkAfterResend default to True, part of the fix for #166
This commit is contained in:
parent
f62e868c02
commit
5a6cd58f19
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ default_settings = {
|
|||
"waitForStartOnConnect": False,
|
||||
"alwaysSendChecksum": False,
|
||||
"sdSupport": True,
|
||||
"swallowOkAfterResend": False
|
||||
"swallowOkAfterResend": True
|
||||
},
|
||||
"folder": {
|
||||
"uploads": None,
|
||||
|
|
|
|||
Loading…
Reference in a new issue