Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
fix README typos (discourse#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
ted-hanson authored and SamSaffron committed Jun 11, 2018
1 parent e79e9e2 commit 64a24a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,13 +294,13 @@ This is configurable via accessors on the ReliablePubSub instance.

```ruby
# only store 100 messages per channel
MessageBus.reliabe_pub_sub.max_backlog_size = 100
MessageBus.reliable_pub_sub.max_backlog_size = 100

# only store 100 global messages
MessageBus.reliabe_pub_sub.max_global_backlog_size = 100
MessageBus.reliable_pub_sub.max_global_backlog_size = 100

# flush per-channel backlog after 100 seconds of inactivity
MessageBus.reliabe_pub_sub.max_backlog_age = 100
MessageBus.reliable_pub_sub.max_backlog_age = 100

```

Expand Down

0 comments on commit 64a24a9

Please sign in to comment.