-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix panic when flush_interval is set to 0 (#136)
* Fix panic when flush_interval is set to 0 Fixed #135 Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> * Fix checking duration is zero Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> * Fix integration tests Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> * Revert previous commit Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> * Update src/tasks.rs Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> * Test `flush_interval` set to 0 Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> --------- Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
- Loading branch information
Showing
2 changed files
with
23 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters