Add Dice logging for Module creation
This commit is contained in:
parent
ad9928e631
commit
39c2282c12
2 changed files with 28 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue