Skip to content

Commit

Permalink
remove WARNING text from bufferedBus docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nasdf committed Jun 12, 2024
1 parent 23d4d95 commit 64ebf82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event/buffered_bus.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type bufferedBus struct {
// It is important that all stuff gets sent through this single channel to ensure
// that the order of operations is preserved.
//
// WARNING: This does mean that non-event commands can block the database if the buffer
// This does mean that non-event commands can block the database if the buffer
// size is breached (e.g. if many subscribe commands occupy the buffer).
commandChannel chan any
eventBufferSize int
Expand Down

0 comments on commit 64ebf82

Please sign in to comment.