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