On 07 Feb 2006, GRL wrote
A question I haven't found any answer to in the K-Meleon
forum: how to increase the limit (by default 3, I think) of
the contemporary downloads? Thanks.
Giovanni
I don't know the answer to this, but it *may* -- just may -- be
contained in the user.js file in your default profile.
In there, under /* SPEED SETTINGS */, there are the following
entries which you could play around with:
user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 16 );
user_pref("network.http.max-persistent-connections-per-proxy",
16 );
user_pref("network.http.max-persistent-connections-per-
server", 8);
user_pref("network.http.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8 );
user_pref("network.http.proxy.pipelining", true);
I have no idea whether this is relevant, but ISTR fiddling with
these types of settings a year or so ago -- so it might be worth a
try.