X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=web%2Fsites%2Fdefault%2Fdefault.settings.php;h=5bcecc267fabae54be86f51e9a3ea6751093e11c;hb=9424afc6c1f518c301bf87a23c047d1873435d05;hp=25d498e6f1d711cadb7f92d25668598f520a713f;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/sites/default/default.settings.php b/web/sites/default/default.settings.php index 25d498e6f..5bcecc267 100644 --- a/web/sites/default/default.settings.php +++ b/web/sites/default/default.settings.php @@ -1,5 +1,7 @@ 'Discussion board', # '@count min' => '@count minutes', -# ); +# ]; /** * A custom theme for the offline page: @@ -619,7 +613,7 @@ if ($settings['hash_salt']) { * override in a services.yml file in the same directory as settings.php * (definitions in this file will override service definition defaults). */ -# $settings['bootstrap_config_storage'] = array('Drupal\Core\Config\BootstrapConfigStorageFactory', 'getFileStorage'); +# $settings['bootstrap_config_storage'] = ['Drupal\Core\Config\BootstrapConfigStorageFactory', 'getFileStorage']; /** * Configuration overrides. @@ -643,6 +637,7 @@ if ($settings['hash_salt']) { * configuration values in settings.php will not fire any of the configuration * change events. */ +# $config['system.file']['path']['temporary'] = '/tmp'; # $config['system.site']['name'] = 'My Drupal site'; # $config['system.theme']['default'] = 'stark'; # $config['user.settings']['anonymous'] = 'Visitor'; @@ -749,6 +744,16 @@ $settings['file_scan_ignore_directories'] = [ 'bower_components', ]; +/** + * The default number of entities to update in a batch process. + * + * This is used by update and post-update functions that need to go through and + * change all the entities on a site, so it is useful to increase this number + * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a + * larger number of entities to be processed in a single batch run. + */ +$settings['entity_update_batch_size'] = 50; + /** * Load local development override configuration, if available. *