Skip to content

Commit

Permalink
no concurrent
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Lager committed May 1, 2017
1 parent 282230b commit 618ab93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resin/UpsertOperation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public long Commit()
{
var docAddresses = new List<BlockInfo>();
var pks = new Dictionary<UInt64, object>();
var ts = new ConcurrentBag<Task>();
var ts = new List<Task>();

using (var words = new BlockingCollection<WordInfo>())
using (var documents = new BlockingCollection<Document>())
Expand Down

0 comments on commit 618ab93

Please sign in to comment.