Author: nextgens Date: 2008-03-09 08:44:13 +0000 (Sun, 09 Mar 2008) New Revision: 18434
Modified: trunk/apps/new_installer/res/unix/run.sh Log: new_installer: change the default nice level to 10 Modified: trunk/apps/new_installer/res/unix/run.sh =================================================================== --- trunk/apps/new_installer/res/unix/run.sh 2008-03-09 00:56:05 UTC (rev 18433) +++ trunk/apps/new_installer/res/unix/run.sh 2008-03-09 08:44:13 UTC (rev 18434) @@ -24,7 +24,7 @@ # Note that Freenet will scale its usage within the specifed niceness, some # threads will have a lower priority (higher nice value) than this. Also please # don't renice Freenet once it's started. -PRIORITY=12 +PRIORITY=10 # Location of the pid file. PIDDIR="."
