mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 17:44:27 +02: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…
Add table
Add a link
Reference in a new issue