function tracker_update_8000

Moves tracker settings from variable to config.

Related topics

File

drupal/core/modules/tracker/tracker.install, line 128
Install, update, and uninstall functions for tracker.module.

Code

function tracker_update_8000() {
  update_variables_to_config('tracker.settings', array(
    'tracker_batch_size' => 'cron_index_limit',
  ));
}