Skip to content

Commit

Permalink
CRASH-147 : Fix freezing dashboard or thread top
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Sep 7, 2013
1 parent aef0338 commit 5cfc460
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public Renderer renderer(Iterator<Thread> stream) {
Thread.sleep(100);
}
catch (InterruptedException e) {
Thread.currentThread().interrupt();
}

// Resample
Expand Down

0 comments on commit 5cfc460

Please sign in to comment.