config.php: add auto_maintenance configuration option

This commit is contained in:
Zankaria
2024-06-30 16:48:22 +02:00
committed by Zankaria
parent 36476f6341
commit 75714505a0
4 changed files with 9 additions and 4 deletions

View File

@@ -92,6 +92,11 @@
// to the environment path (seperated by :).
$config['shell_path'] = '/usr/local/bin';
// Automatically execute some maintenance tasks when some pages are opened, which may result in higher
// latencies.
// If set to false, ensure to periodically invoke the tools/maintenance.php script.
$config['auto_maintenance'] = true;
/*
* ====================
* Database settings