increase number of retries
[ppastats.git] / src / http.c
index 4370f25..fd65d91 100644 (file)
@@ -30,7 +30,7 @@
 #include "http.h"
 #include <plog.h>
 
-static const int DEFAULT_FETCH_RETRIES = 10;
+static const int DEFAULT_FETCH_RETRIES = 15;
 
 static CURL *curl;