> 2004/09/18 (土) 02:05:16 ◆ ▼ ◇ [mirai]> > mozillaに比べて別タブ開いたときに若干もたついてたのが無くなった
> > user.jsにこれ追加して再起動ヽ(´ー`)ノhttpのとこは勝手に数字もっと増やしてる
> > user_pref("nglayout.initialpaint.delay", 100);
> > user_pref("content.notify.ontimer", true);
> > user_pref("content.notify.interval", 100000);
> > user_pref("content.notify.backoffcount", 5);
> > user_pref("network.http.pipelining", true);
> > user_pref("network.http.proxy.pipelining", true);
> > user_pref("network.http.pipelining.maxrequests", 8);
> > user_pref("network.http.max-connections", 32);
> > 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);
> そんなもんないよ(;´Д`)
prefs.jsがある場所に勝手に作ればイイヨヽ(´ー`)ノ
参考:2004/09/18(土)02時03分34秒