|
From: <il...@pr...> - 2005-02-03 10:38:07
|
Update of /cvsroot/meshdb/www/db2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29912/www/db2 Modified Files: cookies.inc Log Message: Reduce the default maximum node age to 18 months to reduce whinging. Index: cookies.inc =================================================================== RCS file: /cvsroot/meshdb/www/db2/cookies.inc,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- cookies.inc 9 May 2004 03:32:30 -0000 1.5 +++ cookies.inc 3 Feb 2005 10:37:58 -0000 1.6 @@ -14,7 +14,7 @@ "viewpeermenulimit" => "200", "viewpeertablelimit" => "10", "viewlosonly" => "0", - "maxnodeage" => "1000", + "maxnodeage" => "548", "_moddate" => "0", "viewmaplist" => "net loc ter elev", |