You are here

function replication_update_8102 in Replication 8

Same name and namespace in other branches
  1. 8.2 replication.install \replication_update_8102()

Set new configuration for Replication module.

File

./replication.install, line 176

Code

function replication_update_8102() {
  \Drupal::configFactory()
    ->getEditable('replication.settings')
    ->set('changes_limit', 100)
    ->set('bulk_docs_limit', 100)
    ->save();
}