summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-09-05 00:40:52 +0100
committerVincent Sanders <vince@kyllikki.org>2014-09-05 00:40:52 +0100
commitb99ba0998b602928548e36ce9ae486d7338ba11e (patch)
treeda241058a5a7a29832d2103578b1666ed487d1f3 /content
parent58c2ca0624a2ecd6bc6498eb035479442bee7c42 (diff)
downloadnetsurf-b99ba0998b602928548e36ce9ae486d7338ba11e.tar.gz
netsurf-b99ba0998b602928548e36ce9ae486d7338ba11e.tar.bz2
fixup haiku rsrc fetcher initialisation
Diffstat (limited to 'content')
-rw-r--r--content/fetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fetch.c b/content/fetch.c
index e10f0abcb..9a0796294 100644
--- a/content/fetch.c
+++ b/content/fetch.c
@@ -71,7 +71,7 @@
#endif
/** The maximum number of fetchers that can be added */
-#define MAX_FETCHERS 8
+#define MAX_FETCHERS 10
/** The time in ms between polling the fetchers.
*