From e5588b777833d9cef6ea39b797ebd6c3f4cba1f8 Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Fri, 7 Jul 2017 13:57:56 +0200 Subject: [PATCH] Cleanup unused constant. --- src/Squidex.Infrastructure.MongoDb/EventStore/MongoEventStore.cs | 1 - 1 file changed, 1 deletion(-) 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;