Skip to content

Commit

Permalink
Merge pull request #4016 from Particular/hotfix-5.2.15
Browse files Browse the repository at this point in the history
Don't query TimeoutPersisterReceiver in tight loop when ingesting timeouts
  • Loading branch information
DavidBoike committed Aug 15, 2016
2 parents 7e7c5f6 + 46b8932 commit aa152c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ void TimeoutsManagerOnTimeoutPushed(TimeoutData timeoutData)
if (nextRetrieval > timeoutData.Time)
{
nextRetrieval = timeoutData.Time;
timeoutPushed = true;
}
timeoutPushed = true;
}
}

Expand Down

0 comments on commit aa152c3

Please sign in to comment.