Skip to content

Commit

Permalink
Merge branch 'hotfix/pses-throttle'
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Blaise committed Feb 2, 2022
2 parents 3a9defc + 90c9ead commit f977357
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ private void RunExecutionLoop()
{
task.ExecuteSynchronously(cancellationScope.CancellationToken);
}
Thread.Sleep(100);
}
}

Expand Down

0 comments on commit f977357

Please sign in to comment.