From e01b9a87560567fde7fb00519ca8ff25151f33a8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 7 Nov 2012 10:21:03 +0100 Subject: [PATCH] etc/xbps.conf: fix typos for FetchCacheXXX options. --- etc/xbps.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/xbps.conf b/etc/xbps.conf index 619085e1..8df66478 100644 --- a/etc/xbps.conf +++ b/etc/xbps.conf @@ -10,10 +10,10 @@ #CacheDir = var/cache/xbps # # Default global limit of cached connections when fetching files. -#FetchCacheConnection = 10 +#FetchCacheConnections = 10 # # Default per-host limit of cached connections when fetching files. -#FetchCacheConnectionPerHost = 3 +#FetchCacheConnectionsPerHost = 3 # # Default timeout limit for connections, in seconds. #FetchTimeoutConnection = 30