summaryrefslogtreecommitdiff
path: root/desktop/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/options.c')
-rw-r--r--desktop/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/options.c b/desktop/options.c
index 65d1e25c8..ab23aaebc 100644
--- a/desktop/options.c
+++ b/desktop/options.c
@@ -99,7 +99,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 = 5;
+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.