Ryan Lane has submitted this change and it was merged. Change subject: Don't replicate everything on startup, it's a waste ......................................................................
Don't replicate everything on startup, it's a waste Change-Id: I86ba9de3568d487755d0092a6dc78cf78eea32d7 --- M templates/gerrit/replication.config.erb 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Ryan Lane: Looks good to me, approved jenkins-bot: Verified diff --git a/templates/gerrit/replication.config.erb b/templates/gerrit/replication.config.erb index 328c261..8446e8f 100644 --- a/templates/gerrit/replication.config.erb +++ b/templates/gerrit/replication.config.erb @@ -1,6 +1,8 @@ #################################### # This file is generated by puppet # #################################### +[gerrit] + replicateOnStartup = false <% # replication is a hash which maps remote "names" to their URLs # and other settings. -- To view, visit https://gerrit.wikimedia.org/r/74178 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I86ba9de3568d487755d0092a6dc78cf78eea32d7 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Demon <[email protected]> Gerrit-Reviewer: QChris <[email protected]> Gerrit-Reviewer: Ryan Lane <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
