mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-08 22:07:56 +00:00
add the description text source
This commit is contained in:
parent
cb60d52a0b
commit
982be2a949
@ -389,11 +389,12 @@ define('CLEAN_PAGE_DESCRIPTION_OFFSET', 60*60*24*30*12*10);
|
|||||||
*
|
*
|
||||||
* Reorganizes the physical storage of table data and associated index data,
|
* Reorganizes the physical storage of table data and associated index data,
|
||||||
* to reduce storage space and improve I/O efficiency when accessing the tables.
|
* to reduce storage space and improve I/O efficiency when accessing the tables.
|
||||||
|
* Read more: https://www.forknerds.com/reduce-the-size-of-mysql/#Shrink_and_Optimize_MySQL
|
||||||
*
|
*
|
||||||
* When enabled - requires enough of RAM
|
* When enabled - requires enough of RAM
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
define('CLEAN_DB_TABLES_OPTIMIZATION', true);
|
define('CLEAN_DB_TABLES_OPTIMIZATION', false);
|
||||||
|
|
||||||
// API settings
|
// API settings
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user