Add Dice logging for Module creation

This commit is contained in:
Philipp
2021-12-10 21:15:15 +01:00
parent ad9928e631
commit 39c2282c12
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,