Increase replication delay to 1 second

New gerrit seems to get itself in a tizzy when we leave this at zero.

Change-Id: I758ce4b591e0cf88613baec050e039b83efa4829
This commit is contained in:
Monty Taylor 2014-04-28 16:43:38 -07:00
parent deed969d2d
commit 6f925cf724

View File

@ -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,
},