Skip to content

Commit

Permalink
Merge branch 'a'
Browse files Browse the repository at this point in the history
  • Loading branch information
ayende committed Feb 5, 2013
2 parents 506cfc0 + 2c91cdf commit 2c35d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Raven.Database/Indexing/ReducingExecuter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ private ReduceResultStats MultiStepReduce(IndexToWorkOn index, string[] keysToRe
{
context.CancellationToken.ThrowIfCancellationRequested();
var sp = Stopwatch.StartNew();
var persistedResults = actions.MapReduce.GetItemsToReduce
(
level: level,
Expand All @@ -137,8 +139,6 @@ private ReduceResultStats MultiStepReduce(IndexToWorkOn index, string[] keysToRe
return;
}
var sp = Stopwatch.StartNew();
result.count += persistedResults.Count;
result.size += persistedResults.Sum(x => x.Size);
Expand Down

0 comments on commit 2c35d16

Please sign in to comment.