Browse Source

Cleanup unused constant.

pull/65/head
Sebastian Stehle 9 years ago
parent
commit
e5588b7778
  1. 1
      src/Squidex.Infrastructure.MongoDb/EventStore/MongoEventStore.cs

1
src/Squidex.Infrastructure.MongoDb/EventStore/MongoEventStore.cs

@ -24,7 +24,6 @@ namespace Squidex.Infrastructure.MongoDb.EventStore
{
public class MongoEventStore : MongoRepositoryBase<MongoEventCommit>, IEventStore
{
private const int Retries = 500;
private static readonly BsonTimestamp EmptyTimestamp = new BsonTimestamp(0);
private readonly IEventNotifier notifier;

Loading…
Cancel
Save