Skip to content

Commit

Permalink
Merge pull request #54 from johnallers/web-proxy-receive-issue
Browse files Browse the repository at this point in the history
Fixing web proxy through Sql Server bug.
  • Loading branch information
smiggleworth authored Jul 19, 2018
2 parents c731a2b + 36c538d commit 708ab96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Quidjibo.SqlServer/Factories/SqlWorkProviderFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ await SqlRunner.ExecuteAsync(async cmd =>
return new SqlWorkProvider(
_loggerFactory.CreateLogger<SqlWorkProvider>(),
_sqlServerQuidjiboConfiguration.ConnectionString,
_sqlServerQuidjiboConfiguration.Queues,
queues,
_sqlServerQuidjiboConfiguration.LockInterval,
_sqlServerQuidjiboConfiguration.BatchSize);
}
Expand Down

0 comments on commit 708ab96

Please sign in to comment.