[Pkg-running-devel] [antpm] 19/31: Increase retries from 10 to 30 to allow downloading of large activities

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Fri Mar 24 23:19:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

ralovich-guest pushed a commit to branch master
in repository antpm.

commit f239efe23da50194c65c7cfde843c4b02a6fc909
Author: Justin Huff <jjhuff at mspin.net>
Date:   Sun May 15 15:50:37 2016 -0700

    Increase retries from 10 to 30 to allow downloading of large activities
---
 src/common.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common.hpp b/src/common.hpp
index f3a6200..f206a18 100644
--- a/src/common.hpp
+++ b/src/common.hpp
@@ -107,7 +107,7 @@ getVersionString();
 
 enum
 {
-  ANTPM_RETRIES=10,
+  ANTPM_RETRIES=30,
   ANTPM_RETRY_MS=1000,
   ANTPM_MAX_CHANNELS=56
 };

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/antpm.git



More information about the Pkg-running-devel mailing list