X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fhttp.c;h=fd65d91741c8b78871d28de86c524d598be41620;hb=bd25fe0bd683d3634ee16494d83836677375b352;hp=d6c79835d44ef750e9ee8e60be9930b5e579294b;hpb=b59ec44bffce28192c6408fed838c4d593a17c82;p=ppastats.git diff --git a/src/http.c b/src/http.c index d6c7983..fd65d91 100644 --- a/src/http.c +++ b/src/http.c @@ -28,9 +28,9 @@ #include "fcache.h" #include "http.h" -#include "log.h" +#include -static const int DEFAULT_FETCH_RETRIES = 10; +static const int DEFAULT_FETCH_RETRIES = 15; static CURL *curl;