From 11959f49f8591896b8bff3ca15beb1a395a6b112 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 25 Feb 2008 11:10:09 +0000 Subject: Set default max fetchers per host option to 2. svn path=/trunk/netsurf/; revision=3865 --- desktop/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/options.c b/desktop/options.c index 4383dc388..d3eba4c8e 100644 --- a/desktop/options.c +++ b/desktop/options.c @@ -135,7 +135,7 @@ int option_max_fetchers = 24; /** Maximum simultaneous active fetchers per host. * (<=option_max_fetchers else it makes no sense */ -int option_max_fetchers_per_host = 1; +int option_max_fetchers_per_host = 2; /** Maximum number of inactive fetchers cached. * The total number of handles netsurf will therefore have open * is this plus option_max_fetchers. -- cgit v1.2.3