Skip to content
Snippets Groups Projects
Commit f5ad2943 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Set RetryWaitTime to zero, retries are off anyway.

parent bf6ef508
No related branches found
No related tags found
No related merge requests found
......@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment