chg: [config:config.default] Disabled warning_for_all by default for new install

pull/9303/head
Sami Mokaddem 2023-09-20 10:01:46 +02:00
parent 0d6250e5b9
commit 0273f04c4a
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ $config = array(
'user_email_notification_ban_time_threshold' => 120,
'user_email_notification_ban_amount_threshold' => 10,
'user_email_notification_ban_refresh_on_retry' => true,
'warning_for_all' => true,
'warning_for_all' => false,
'enable_synchronisation_filtering_on_type' => false,
),
'GnuPG' => array(