Skip to content

Commit

Permalink
Fix for MQTT_RATE_LIMIT
Browse files Browse the repository at this point in the history
  • Loading branch information
richturner committed Oct 7, 2024
1 parent 848a5fe commit d7f8522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haproxy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ listen mqtt

.if defined(MQTT_RATE_LIMIT)
# Rate limiting
acl too_fast fe_sess_rate ge ${MQTT_RATE_LIMIT}
acl too_fast fe_sess_rate ge "${MQTT_RATE_LIMIT}"
tcp-request connection reject if too_fast
.endif

Expand Down

0 comments on commit d7f8522

Please sign in to comment.