Add auto_maintenance configuration option

This commit is contained in:
Zankaria 2024-06-30 16:48:22 +02:00
parent 870d3812d3
commit bcfc934604
4 changed files with 8 additions and 3 deletions

View file

@ -77,6 +77,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 appropriate script in the tools/ directory.
$config['auto_maintenance'] = true;
/*
* ====================
* Database settings