Merge pull request #23471 from totten/master-exceptions
[civicrm-core.git] / settings / Core.setting.php
index 4992ef8c90ea837b69dc88d4937c35b465f2042c..c52fe9b1bc11934128ee71be347c9b074c141da1 100644 (file)
@@ -239,6 +239,20 @@ return [
     'description' => NULL,
     'help_text' => NULL,
   ],
+  'enableBackgroundQueue' => [
+    'group_name' => 'CiviCRM Preferences',
+    'group' => 'core',
+    'name' => 'enableBackgroundQueue',
+    'type' => 'Boolean',
+    'quick_form_type' => 'YesNo',
+    'default' => 0,
+    'add' => '5.51',
+    'title' => ts('Background Queues'),
+    'is_domain' => 1,
+    'is_contact' => 0,
+    'description' => ts('EXPERIMENTAL: %1', [1 => ts('If enabled, some operations will be transferred to background workers. This requires configuring a background service.')]),
+    'help_text' => NULL,
+  ],
   'defaultExternUrl' => [
     'group_name' => 'CiviCRM Preferences',
     'group' => 'core',