Update of /cvsroot/fink/web/pdb
In directory sc8-pr-cvs17:/tmp/cvs-serv23699
Modified Files:
memcache.inc
Log Message:
caching is a wonderful thing, do it longer ;)
Index: memcache.inc
===================================================================
RCS file: /cvsroot/fink/web/pdb/memcache.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- memcache.inc 27 Sep 2007 23:03:14 -0000 1.1
+++ memcache.inc 27 Sep 2007 23:19:41 -0000 1.2
@@ -22,8 +22,8 @@
array_push($returnVals, $row);
}
- // 5 minute cache
- if ($memcache->set($key, $returnVals, $compress, 300)) {
+ // 15 minute cache
+ if ($memcache->set($key, $returnVals, $compress, 900)) {
return $returnVals;
} else {
echo " <!-- unable to set $key($compress) --> ";
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits