Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert change to report interval logic
75acb36 changed the `else` block to an `else if` at line 418 which caused the `pthread_cond_wait` call to fall outside of the block. This commit restores the else so `pthread_cond_wait` falls within the else and is only called when reporting is disabled.
- Loading branch information