]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
Merge pull request #11086 from nupplaphil/feat/profile_dice
[friendica.git] / static / defaults.config.php
index 0cfc2f65826f4fa6489f0a4a549cd9ac176a26ea..f114b5a74af5ec74c5224365a44989c032b4fead 100644 (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,