Blocked servers can now be deleted

This commit is contained in:
Michael 2023-03-18 19:41:41 +00:00
parent bbb5440144
commit a151cf450a
2 changed files with 18 additions and 3 deletions

View file

@ -237,6 +237,10 @@ return [
// Periodically delete waiting database processes.
'delete_sleeping_processes' => false,
// delete-blocked-servers (Boolean)
// Delete blocked servers if possible.
'delete-blocked-servers' => false,
// dice_profiler_threshold (Float)
// For profiling Dice class creation (0 = disabled, >0 = seconds threshold for profiling)
'dice_profiler_threshold' => 0.5,
@ -508,7 +512,7 @@ return [
'png_quality' => 8,
// process_view (Boolean)
// Process the "View" activity that is used by Peertube. View activities are displayed, when "emoji_activities" are enabled.
// Process the "View" activity that is used by Peertube. View activities are displayed, when "emoji_activities" are enabled.
'process_view' => false,
// profiler (Boolean)