removed empty lines
[ppastats.git] / src / http.c
index 4370f25..31088fd 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;
 
@@ -162,4 +162,3 @@ char *get_url_content(const char *url, unsigned int use_cache)
 
        return content;
 }
-