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

master
Gina Häußge 2013-10-20 14:35:03 +02:00
parent f62e868c02
commit 5a6cd58f19
1 changed files with 1 additions and 1 deletions

View File

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