Watchdog mode to check if the daemon is running
This commit is contained in:
parent
cc4bae6382
commit
1bc76fdb6d
2 changed files with 68 additions and 0 deletions
|
@ -191,6 +191,11 @@ return [
|
|||
// A value of 0 disables the deletion process.
|
||||
'dbclean-expire-limit' => 1000,
|
||||
|
||||
// daemon_watchdog (Boolean)
|
||||
// Enable regular checking if the daemon is running.
|
||||
// If it is not running and hadn't been terminated normally, it will be started automatically.
|
||||
'daemon_watchdog' => false,
|
||||
|
||||
// diaspora_test (Boolean)
|
||||
// For development only. Disables the message transfer.
|
||||
'diaspora_test' => false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue