Delete sleeping database processes

This commit is contained in:
Michael 2021-01-06 23:04:25 +00:00
parent 3bdabfcbb7
commit e42939a2e3
1 changed files with 4 additions and 0 deletions

View File

@ -194,6 +194,10 @@ return [
// If it is not running and hadn't been terminated normally, it will be started automatically.
'daemon_watchdog' => false,
// delete_sleeping_processes (Boolean)
// Periodically delete waiting database processes.
'delete_sleeping_processes' => false,
// diaspora_test (Boolean)
// For development only. Disables the message transfer.
'diaspora_test' => false,