From c6bc3d91ded74b0155fbffe4d74a1914a45bb81a Mon Sep 17 00:00:00 2001 From: jonnyboy Date: Tue, 29 Jan 2013 00:48:10 -0500 Subject: [PATCH] Update edit_these.sh added timers for optimizing --- edit_these.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/edit_these.sh b/edit_these.sh index b1edf5d3b..041fc3e36 100644 --- a/edit_these.sh +++ b/edit_these.sh @@ -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"