Author: nextgens
Date: 2008-03-23 13:21:32 +0000 (Sun, 23 Mar 2008)
New Revision: 18728

Modified:
   trunk/apps/new_installer/res/firefox_profile/user.js
   trunk/apps/new_installer/res/unix/bin/1run.sh
   trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd
Log:
new_installer: switch fproxy.enablePersistentConnections to true by default 
assuming the firefox profile we create will be used on new installs

Modified: trunk/apps/new_installer/res/firefox_profile/user.js
===================================================================
--- trunk/apps/new_installer/res/firefox_profile/user.js        2008-03-23 
12:22:47 UTC (rev 18727)
+++ trunk/apps/new_installer/res/firefox_profile/user.js        2008-03-23 
13:21:32 UTC (rev 18728)
@@ -10,8 +10,8 @@
 // Obvious performance tweaks
 user_pref("network.http.max-connections", 200);
 user_pref("network.http.max-connections-per-server", 200);
-user_pref("network.http.max-persistent-connections-per-server", 100);
-user_pref("network.http.max-persistent-connections-per-proxy", 100);
+user_pref("network.http.max-persistent-connections-per-server", 200);
+user_pref("network.http.max-persistent-connections-per-proxy", 200);
 // Pipelining
 user_pref("network.http.pipelining", false);
 user_pref("network.http.proxy.pipelining", false);

Modified: trunk/apps/new_installer/res/unix/bin/1run.sh
===================================================================
--- trunk/apps/new_installer/res/unix/bin/1run.sh       2008-03-23 12:22:47 UTC 
(rev 18727)
+++ trunk/apps/new_installer/res/unix/bin/1run.sh       2008-03-23 13:21:32 UTC 
(rev 18728)
@@ -3,6 +3,7 @@
 . "$HOME/_install_toSource.sh"
 cd "$INSTALL_PATH"

+echo "fproxy.enablePersistentConnections=true" >> freenet.ini
 echo End >> freenet.ini

 # Starting the node up

Modified: trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd
===================================================================
--- trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd        
2008-03-23 12:22:47 UTC (rev 18727)
+++ trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd        
2008-03-23 13:21:32 UTC (rev 18728)
@@ -16,6 +16,7 @@
 :configure_fproxy
 @echo fproxy.enable=true >>freenet.ini
 @echo fproxy.port=%FPROXY_PORT% >>freenet.ini
+ at echo fproxy.enablePersistentConnections=true >>freenet.ini

 :: Try to detect a free, available port for fcp
 @set FCP_PORT=9481


Reply via email to