Skip to content

Commit 17b8844

Browse files
committed
Remove broker reference
1 parent 6bc557a commit 17b8844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ This delay can be configured via the `:wait` option in the constructor (default:
362362

363363
- The Bus is single-threaded - long-running or CPU-bound subscribers can impact latency
364364
- The Station may drop messages at process exit _(messages are not persisted between process restarts)_
365-
- No distributed support - the message broker is limited to single process _(intra-process)_
365+
- No distributed support - limited to single process _(intra-process)_
366366
- Large message payloads may impact memory usage, especially under high load
367367
- No built-in retry mechanism for failed subscribers _(subscribers expose an error property, but you'll need to check and handle such errors)_
368368

0 commit comments

Comments
 (0)