Forum Home
Press F1
 
Thread ID: 29729 2003-01-31 21:18:00 PressF1 port connections Greg S (201) Press F1
Post ID Timestamp Content User
117486 2003-02-02 01:14:00 For NS/Mozilla put "about:config" into the address bar and it will give a list of everything that can be changed. The names generally give you a good idea of what they do.

If you want to change anything edit the file "pref.js" in your NS/mozilla profile directory, following the syntax of the existing lines.

For example these would load the default values:

user_pref("network.http.max-connections", 24);
user_pref("network.http.max-connections-per-server", 8);
user_pref("network.http.max-persistent-connections-per-proxy", 4);
user_pref("network.http.max-persistent-connections-per-server", 2);


I was supprised to see 24 for the max connections.
bmason (508)
117487 2003-02-02 04:54:00 That's a fantastic tip bmason! Greg S (201)
1 2