|
From: <jgd...@us...> - 2009-12-08 04:13:54
|
Update of /cvsroot/aolserver/aolserver/tcl In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10591 Modified Files: pools.tcl Log Message: Changed timeout default to a valid value. Index: pools.tcl =================================================================== RCS file: /cvsroot/aolserver/aolserver/tcl/pools.tcl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** pools.tcl 27 Dec 2008 00:36:39 -0000 1.5 --- pools.tcl 8 Dec 2009 04:13:46 -0000 1.6 *************** *** 35,39 **** set maxthreads [ns_config $cfgsection maxthreads 10] set maxconns [ns_config $cfgsection maxconnections 0] ! set timeout [ns_config $cfgsection threadtimeout 0] set spread [ns_config $cfgsection spread 20] --- 35,39 ---- set maxthreads [ns_config $cfgsection maxthreads 10] set maxconns [ns_config $cfgsection maxconnections 0] ! set timeout [ns_config $cfgsection threadtimeout 30] set spread [ns_config $cfgsection spread 20] |