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