-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[update][plugin][streamwriter] Refactor code to enhance readability a…
…nd efficiency 1. Replace `Thread.sleep` with `TimeUnit.SECONDS.sleep` to avoid busy-waiting. 2. Fix issue where `count` was not reset after sleeping. 3. Apply minor code improvements for better maintainability.
- Loading branch information
Showing
1 changed file
with
6 additions
and
37 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