diff --git a/src/Squidex.Infrastructure.MongoDb/EventStore/MongoEventStore.cs b/src/Squidex.Infrastructure.MongoDb/EventStore/MongoEventStore.cs index aca2823bf..9d21d7cc6 100644 --- a/src/Squidex.Infrastructure.MongoDb/EventStore/MongoEventStore.cs +++ b/src/Squidex.Infrastructure.MongoDb/EventStore/MongoEventStore.cs @@ -24,7 +24,6 @@ namespace Squidex.Infrastructure.MongoDb.EventStore { public class MongoEventStore : MongoRepositoryBase, IEventStore { - private const int Retries = 500; private static readonly BsonTimestamp EmptyTimestamp = new BsonTimestamp(0); private readonly IEventNotifier notifier;