Skip to content

Commit

Permalink
Lowering rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
freol35241 committed Oct 13, 2023
1 parent e9cc2d0 commit 8065128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
# Do NOT allow for subscribers to upgrade QoS
- EMQX_MQTT__UPGRADE_QOS=false
# Rate limit the number of published messages per client on the ws listener
- EMQX_LISTENERS__WS__DEFAULT__MESSAGES_RATE="5000/s"
- EMQX_LISTENERS__WS__DEFAULT__MESSAGES_RATE="2000/s"
# Lets disable the force_shutdown feature to avoid kicking out publishers with a high burst rate of messages
- EMQX_FORCE_SHUTDOWN__ENABLE=false
# Avoid queuing QoS0 messages
Expand Down

0 comments on commit 8065128

Please sign in to comment.