mirror of
https://github.com/friendica/friendica
synced 2025-01-03 13:22:19 +00:00
Delete sleeping database processes
This commit is contained in:
parent
3bdabfcbb7
commit
e42939a2e3
1 changed files with 4 additions and 0 deletions
|
@ -194,6 +194,10 @@ return [
|
||||||
// If it is not running and hadn't been terminated normally, it will be started automatically.
|
// If it is not running and hadn't been terminated normally, it will be started automatically.
|
||||||
'daemon_watchdog' => false,
|
'daemon_watchdog' => false,
|
||||||
|
|
||||||
|
// delete_sleeping_processes (Boolean)
|
||||||
|
// Periodically delete waiting database processes.
|
||||||
|
'delete_sleeping_processes' => false,
|
||||||
|
|
||||||
// diaspora_test (Boolean)
|
// diaspora_test (Boolean)
|
||||||
// For development only. Disables the message transfer.
|
// For development only. Disables the message transfer.
|
||||||
'diaspora_test' => false,
|
'diaspora_test' => false,
|
||||||
|
|
Loading…
Reference in a new issue