Skip to content

Commit

Permalink
Remove unneeded sleep.
Browse files Browse the repository at this point in the history
  • Loading branch information
gfs committed Jun 2, 2020
1 parent e869990 commit 08f0c26
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Cli/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -998,11 +998,6 @@ public static int RunCollectCommand(CollectCommandOptions opts)

c.TryExecute();

while(c.RunStatus == RUN_STATUS.RUNNING)
{
Thread.Sleep(1);
}

FlushResults();

DatabaseManager.Commit();
Expand Down

0 comments on commit 08f0c26

Please sign in to comment.