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

This commit is contained in:
Gina Häußge 2013-10-20 14:35:03 +02:00
parent f62e868c02
commit 5a6cd58f19

View file

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