feat(site-runtime): wire ConfigFetchRetryCount into the standby replicated-config fetch (UA2)
This commit is contained in:
@@ -769,7 +769,7 @@ akka {{
|
||||
var replicationActor = _actorSystem!.ActorOf(
|
||||
Props.Create(() => new SiteReplicationActor(
|
||||
storage, sfStorage, replicationService, siteRole, replicationLogger,
|
||||
deploymentConfigFetcher)),
|
||||
deploymentConfigFetcher, null, siteRuntimeOptionsValue, null)),
|
||||
"site-replication");
|
||||
|
||||
// Wire S&F replication handler to forward operations via the replication actor
|
||||
|
||||
Reference in New Issue
Block a user