Zitat von dzweitausend
user_pref("network.http.max-connections", 64);
user_pref("network.http.max-connections-per-server", 60);
user_pref("network.http.max-persistent-connections-per-server", 12);
Sieht bei mir ähnlich aus, nur diese 3 Werte sind unterschiedlich.
user_pref("network.http.max-connections", 100);
user_pref("network.http.max-connections-per-server", 100);
user_pref("network.http.max-persistent-connections-per-server", 16);