Skip to content

Commit

Permalink
Update SqlServerJobQueue.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Nov 25, 2024
1 parent b36e67d commit 484594c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Hangfire.SqlServer/SqlServerJobQueue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ internal sealed class SqlServerJobQueue : IPersistentJobQueue
private static readonly int MinPollingDelayMs = 100;
private static readonly ConcurrentDictionary<Tuple<SqlServerStorage, string>, SemaphoreSlim> Semaphores =
new ConcurrentDictionary<Tuple<SqlServerStorage, string>, SemaphoreSlim>();
private static readonly ConcurrentDictionary<KeyValuePair<SqlServerStorage, int>, string> NonBlockingQueriesCache =
new ConcurrentDictionary<KeyValuePair<SqlServerStorage, int>, string>();
private static readonly ConcurrentDictionary<KeyValuePair<SqlServerStorage, int>, string> TransactionalQueriesCache =
new ConcurrentDictionary<KeyValuePair<SqlServerStorage, int>, string>();

private readonly SqlServerStorage _storage;
private readonly SqlServerStorageOptions _options;
Expand Down

0 comments on commit 484594c

Please sign in to comment.