2 references to s_rsInitiationRetryWaitInterval
Aspire.Hosting.MongoDB (2)
ReplicaSet\MongoDBReplicaSetBuilderExtensions.cs (2)
349logger.LogInformation("MongoDB replica set configuration retry attempt {Current}/{Max} will begin after {WaitIntervalSeconds} seconds", retries + 1, MaxRetriesAttempt, s_rsInitiationRetryWaitInterval.TotalSeconds); 350await Task.Delay(s_rsInitiationRetryWaitInterval, ct).ConfigureAwait(false);