Skip to content

Commit

Permalink
Add missing enum item to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrzesniewski committed Dec 4, 2023
1 parent 2f26199 commit d427ba0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ There are currently three strategies to handle a full queue scenario:
- `DropLogMessageAndNotifyAppenders` (default) - Drop the log message and log an error instead.
- `DropLogMessage` - Forget about the message.
- `WaitUntilAvailable` - Block until it's possible to log.
- `Allocate` - Allocates a new message.

### Queue and Message Size

Expand Down

0 comments on commit d427ba0

Please sign in to comment.