1
0
Fork 0

Watchdog mode to check if the daemon is running

This commit is contained in:
Michael 2020-11-20 19:50:08 +00:00
commit 1bc76fdb6d
2 changed files with 68 additions and 0 deletions

View file

@ -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,