Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/config
In directory usw-pr-cvs1:/tmp/cvs-serv1086/chat/config
Modified Files:
config.lib.php3
Log Message:
Use to new cache feature to define a gap between tables optimizations
Index: config.lib.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/config/config.lib.php3,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** config.lib.php3 2001/12/04 20:01:04 1.11
--- config.lib.php3 2001/12/08 10:37:11 1.12
***************
*** 52,55 ****
--- 52,58 ----
define('C_MSG_DEL', 96);
+ // Delay between tables optimizations (in hours)
+ define('C_DB_OPT_DELAY', 1);
+
/**
|