[pLog-svn] r5232 - plog/branches/lifetype-1.2/class/dao
jondaley at devel.lifetype.net
jondaley at devel.lifetype.net
Fri Mar 30 15:36:40 EDT 2007
Author: jondaley
Date: 2007-03-30 15:36:40 -0400 (Fri, 30 Mar 2007)
New Revision: 5232
Modified:
plog/branches/lifetype-1.2/class/dao/purgedata.class.php
Log:
does anyone object to this? It takes forever to delete stuff 5 items at a time, and it only takes a second or two on my server to delete 5 items, so I think we are far enough away from the 30 second limit on slower servers?? Or do we know that some people can't erase that much data before the PHP timeout?
Modified: plog/branches/lifetype-1.2/class/dao/purgedata.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/dao/purgedata.class.php 2007-03-30 19:35:08 UTC (rev 5231)
+++ plog/branches/lifetype-1.2/class/dao/purgedata.class.php 2007-03-30 19:36:40 UTC (rev 5232)
@@ -2,7 +2,7 @@
lt_include( PLOG_CLASS_PATH."class/dao/blogs.class.php" );
- define( "DEFAULT_PURGE_AMOUNT", 5 );
+ define( "DEFAULT_PURGE_AMOUNT", 15 );
/**
* This class takes care of purging data, since it's a very complex process anyway
More information about the pLog-svn
mailing list