X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fhttp.c;h=f6c48bbf98efcd56004534a60520964683cf6562;hb=HEAD;hp=99a6db3204ffad9fb2d054a0c3987dbe0717e6c3;hpb=c976207a7ee09e141ba349e57fcaad0038c79df5;p=ppastats-pkg-ubuntu.git diff --git a/src/http.c b/src/http.c index 99a6db3..f6c48bb 100644 --- a/src/http.c +++ b/src/http.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 jeanfi@gmail.com + * Copyright (C) 2011-2015 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -30,7 +30,7 @@ #include "http.h" #include -static const int DEFAULT_FETCH_RETRIES = 15; +static const int DEFAULT_FETCH_RETRIES = 10; static CURL *curl;