Update edit_these.sh

added timers for optimizing
This commit is contained in:
jonnyboy
2013-01-29 00:48:10 -05:00
parent c6f407a8ac
commit c6bc3d91de
+3
View File
@@ -143,6 +143,9 @@ export OPTIMISE="false"
#How often to run optimise_myisam on large tables seconds
export MYISAM_LARGE="3600"
#How often to run optimise_innodb on small tables in seconds
export INNODB_SMALL="7200"
#How often to run optimise_innodb on large tables in seconds
export INNODB_LARGE="43200"