From 8a2a79b65cd9119723def7c9ad71bb0517b792af Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 29 Jul 2023 17:27:55 +0300 Subject: [PATCH] add hostPageSnapStorage table to the optimization queue --- library/mysql.php | 1 + 1 file changed, 1 insertion(+) diff --git a/library/mysql.php b/library/mysql.php index 59a6dbf..1372940 100644 --- a/library/mysql.php +++ b/library/mysql.php @@ -891,6 +891,7 @@ class MySQL { $this->_db->query('OPTIMIZE TABLE `hostPageDescription`'); $this->_db->query('OPTIMIZE TABLE `hostPageDom`'); $this->_db->query('OPTIMIZE TABLE `hostPageSnap`'); + $this->_db->query('OPTIMIZE TABLE `hostPageSnapStorage`'); $this->_db->query('OPTIMIZE TABLE `hostPageSnapDownload`'); $this->_db->query('OPTIMIZE TABLE `hostPageToHostPage`');