Skip to content

Commit

Permalink
Increase mosquitto max_inflight_messages limit (#147)
Browse files Browse the repository at this point in the history
Mosquitto drops websocket connection if max_inflight_messages limit is exceeded. So set relatively big value
  • Loading branch information
KraPete authored Jan 24, 2024
1 parent 1b97979 commit cf2cbc4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/etc/mosquitto/conf.d/30limits.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@

max_queued_messages 0
memory_limit 100000000
max_inflight_messages 1000
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
wb-configs (3.21.2) stable; urgency=medium

* Increase mosquitto max_inflight_messages limit

-- Petr Krasnoshchekov <[email protected]> Tue, 23 Jan 2024 14:30:57 +0500

wb-configs (3.21.1) stable; urgency=medium

* fix default Wi-Fi access point configuration with RTL8733BU
Expand Down

0 comments on commit cf2cbc4

Please sign in to comment.