forked from leftypol/leftypol
Add auto_maintenance configuration option
This commit is contained in:
parent
870d3812d3
commit
bcfc934604
4 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue