From 6f925cf724fd4074ca02e1a17d6df9aa8e946df6 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 28 Apr 2014 16:43:38 -0700 Subject: [PATCH] Increase replication delay to 1 second New gerrit seems to get itself in a tizzy when we leave this at zero. Change-Id: I758ce4b591e0cf88613baec050e039b83efa4829 --- modules/openstack_project/manifests/review.pp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/openstack_project/manifests/review.pp b/modules/openstack_project/manifests/review.pp index 1d00ab3c76..ea3108acf9 100644 --- a/modules/openstack_project/manifests/review.pp +++ b/modules/openstack_project/manifests/review.pp @@ -141,42 +141,42 @@ class openstack_project::review ( { name => 'local', url => 'file:///var/lib/git/', - replicationDelay => '0', + replicationDelay => '1', threads => '4', mirror => true, }, { name => 'git01', url => 'cgit@git01.openstack.org:/var/lib/git/', - replicationDelay => '0', + replicationDelay => '1', threads => '4', mirror => true, }, { name => 'git02', url => 'cgit@git02.openstack.org:/var/lib/git/', - replicationDelay => '0', + replicationDelay => '1', threads => '4', mirror => true, }, { name => 'git03', url => 'cgit@git03.openstack.org:/var/lib/git/', - replicationDelay => '0', + replicationDelay => '1', threads => '4', mirror => true, }, { name => 'git04', url => 'cgit@git04.openstack.org:/var/lib/git/', - replicationDelay => '0', + replicationDelay => '1', threads => '4', mirror => true, }, { name => 'git05', url => 'cgit@git05.openstack.org:/var/lib/git/', - replicationDelay => '0', + replicationDelay => '1', threads => '4', mirror => true, },