X-Git-Url: https://git.wpitchoune.net/gitweb/?p=ppastats-pkg-ubuntu.git;a=blobdiff_plain;f=src%2Fhttp.c;fp=src%2Fhttp.c;h=dd9924975e3f3b29f24385d0dc31bdeb98ce6233;hp=99a6db3204ffad9fb2d054a0c3987dbe0717e6c3;hb=ab2c54c5fc730eda797aafe6ed6a589965f0ed05;hpb=c976207a7ee09e141ba349e57fcaad0038c79df5 diff --git a/src/http.c b/src/http.c index 99a6db3..dd99249 100644 --- a/src/http.c +++ b/src/http.c @@ -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;