diff --git a/ATxService/RoboCommand.cs b/ATxService/RoboCommand.cs
index 785027708acaec2c8ad3cf9229e554417ebbad81..d3dc6ab09c9f19fa032d6709923708a4b46b63db 100644
--- a/ATxService/RoboCommand.cs
+++ b/ATxService/RoboCommand.cs
@@ -79,7 +79,7 @@ namespace ATxService
                 _roboCommand.SelectionOptions.ExcludeOlder = true;
                 // retry options
                 _roboCommand.RetryOptions.RetryCount = 0;
-                _roboCommand.RetryOptions.RetryWaitTime = 2;
+                _roboCommand.RetryOptions.RetryWaitTime = 0;
                 _roboCommand.Start();
                 Log.Info("Transfer started, total size: {0}",
                     Conv.BytesToString(_status.CurrentTransferSize));