Imported Upstream version 1.3.0
[ppastats-pkg-ubuntu.git] / src / http.c
index 99a6db3..dd99249 100644 (file)
@@ -30,7 +30,7 @@
 #include "http.h"
 #include <plog.h>
 
-static const int DEFAULT_FETCH_RETRIES = 15;
+static const int DEFAULT_FETCH_RETRIES = 10;
 
 static CURL *curl;