From c9d77d7b9ca9fc98ae460a5fbf3fb425fc8b9feb Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 13 Apr 2015 12:11:21 +0200 Subject: [PATCH] include/xbps.h: increase libfetch global cache limit to 32. 32 global connections and 16 per host cached connections seems to be a good default. 8 global cached connections was insanely low. --- include/xbps.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/xbps.h.in b/include/xbps.h.in index 0516750e..b037e205 100644 --- a/include/xbps.h.in +++ b/include/xbps.h.in @@ -48,7 +48,7 @@ * * This header documents the full API for the XBPS Library. */ -#define XBPS_API_VERSION "20150323" +#define XBPS_API_VERSION "20150413" #ifndef XBPS_VERSION #define XBPS_VERSION "UNSET" @@ -202,7 +202,7 @@ * @def XBPS_FETCH_CACHECONN * Default (global) limit of cached connections used in libfetch. */ -#define XBPS_FETCH_CACHECONN 8 +#define XBPS_FETCH_CACHECONN 32 /** * @def XBPS_FETCH_CACHECONN_HOST