-
Notifications
You must be signed in to change notification settings - Fork 408
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get rid of AsyncMode and rely solely on “appendTimeout”
Block/drop behaviour is entirely controlled by the value of the “appendTimeout” property: - `-1` to disable timeout and wait until enough space becomes available - `0` for no timeout at all and drop the event immediately when the buffer is full - `> 0` to retry during the specified amount of time
- Loading branch information
Showing
2 changed files
with
31 additions
and
81 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