Skip to content

Commit

Permalink
add: remove write concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
rhblind committed Sep 20, 2024
1 parent 0223a68 commit 2151b4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/off_broadway/emqqt/broker.ex
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ defmodule OffBroadway.EMQTT.Broker do
:ordered_set,
:named_table,
:public,
{:read_concurrency, true},
{:write_concurrency, true}
{:read_concurrency, true}
])

{:noreply, state, {:continue, :subscribe_to_topics}}
Expand Down

0 comments on commit 2151b4a

Please sign in to comment.