From 9cc201bc8e84286d0626d18c15c1b6866f65d2ce Mon Sep 17 00:00:00 2001 From: Zdenek Prikryl Date: Wed, 3 Jun 2009 10:17:48 +0200 Subject: added new option (dnovotny) --- lib/Plugins/FileTransfer.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/Plugins/FileTransfer.conf') diff --git a/lib/Plugins/FileTransfer.conf b/lib/Plugins/FileTransfer.conf index c8da603..cf675e4 100644 --- a/lib/Plugins/FileTransfer.conf +++ b/lib/Plugins/FileTransfer.conf @@ -14,3 +14,6 @@ ArchiveType = .tar.gz #how many times we try to upload the file RetryCount = 3 + +#how long we wait between we retry the upload (in seconds) +RetryDelay = 20 -- cgit