Make swallowOkAfterResend default to True, part of the fix for #166

(cherry picked from commit 5a6cd58)
This commit is contained in:
Gina Häußge 2013-10-20 14:35:03 +02:00
parent 3b56cdaaa3
commit 4094d28c07

View file

@ -60,7 +60,7 @@ default_settings = {
"waitForStartOnConnect": False,
"alwaysSendChecksum": False,
"sdSupport": True,
"swallowOkAfterResend": False
"swallowOkAfterResend": True
},
"folder": {
"uploads": None,