blob: 37b1dd45fe924569e08feb42dfc3e5ca36276002 [file] [log] [blame]
[remote "Replication"]
$REPLICATION_URL
push = +refs/*:refs/*
mirror = true
timeout = 600
rescheduleDelay = 15
replicationDelay = $REPLICATION_DELAY_SEC
createMissingRepositories = true
replicateProjectDeletions = true
replicateHiddenProjects = true
[remote "$REPLICA_INSTANCE_ID"]
$PULL_REPLICATION_URL
$PULL_REPLICATION_API_URL
fetch = +refs/*:refs/*
mirror = true
timeout = 600
rescheduleDelay = 15
replicationDelay = $REPLICATION_DELAY_SEC
createMissingRepositories = true
replicateProjectDeletions = true
replicateHiddenProjects = true
[gerrit]
autoReload = true
replicateOnStartup = false
[replication]
lockErrorMaxRetries = 5
maxRetries = 5
useCGitClient = false
consumeStreamEvents = false
syncRefs="ALL REFS ASYNC"
maxApiPayloadSize=40000