Add Dice logging for Module creation

This commit is contained in:
Philipp Holzer 2021-12-10 21:15:15 +01:00
commit 39c2282c12
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
2 changed files with 28 additions and 3 deletions

View file

@ -202,6 +202,10 @@ return [
// Periodically delete waiting database processes.
'delete_sleeping_processes' => false,
// dice_profiler_threshold (Float)
// For profiling Dice class creation (0 = disabled, >0 = seconds threshold for profiling)
'dice_profiler_threshold' => 0.5,
// diaspora_test (Boolean)
// For development only. Disables the message transfer.
'diaspora_test' => false,