[pLog-svn] r3499 - plog/trunk

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed May 31 21:51:55 GMT 2006


Author: oscar
Date: 2006-05-31 21:51:55 +0000 (Wed, 31 May 2006)
New Revision: 3499

Modified:
   plog/trunk/wizard.php
Log:
removed some unnecessary constants and changed one default value.


Modified: plog/trunk/wizard.php
===================================================================
--- plog/trunk/wizard.php	2006-05-31 21:50:57 UTC (rev 3498)
+++ plog/trunk/wizard.php	2006-05-31 21:51:55 UTC (rev 3499)
@@ -15,13 +15,7 @@
     // in case you're having problems with time outs while upgrading (probably too
     // many records) lower this figure
     //
-    define( "WIZARD_MAX_RECORDS_PER_STEP", 50 );
-
-    //
-    // threshold that defines up to how many records we should not divide the
-    // transformations in more than one step
-    //
-    define( "WIZARD_MAX_RECORDS_THRESHOLD", 100 );
+    define( "WIZARD_MAX_RECORDS_PER_STEP", 75 );
     
     //
     // minimum php version required



More information about the pLog-svn mailing list