| [replication] | |
| lockErrorMaxRetries = 30 | |
| maxRetries = 30 | |
| eventsDirectory = events | |
| distributionInterval = 1 | |
| [gerrit] | |
| autoReload = true | |
| replicateOnStartup = true | |
| [remote "slave-1"] | |
| url = {{ SLAVE_1_URL }} | |
| adminUrl = {{ SLAVE_1_AMDIN_URL }} | |
| mirror = true | |
| push = +refs/*:refs/* | |
| threads = 10 | |
| createMissingRepositories = true | |
| replicateProjectDeletions = true | |
| replicateHiddenProjects = true | |
| timeout = 60 |