Skip to content

Commit

Permalink
Update src/lavinmq/config.cr
Browse files Browse the repository at this point in the history
Co-authored-by: Carl Hörberg <[email protected]>
  • Loading branch information
kickster97 and carlhoerberg authored Jan 24, 2025
1 parent 4b2ec9b commit 01edef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lavinmq/config.cr
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module LavinMQ
property socket_buffer_size = 16384 # bytes
property? tcp_nodelay = false # bool
property segment_size : Int32 = 8 * 1024**2 # bytes
property max_inflight_messages : UInt16 = 65_535
property max_inflight_messages : UInt16 = 65_535 # mqtt messages
property? raise_gc_warn : Bool = false
property? data_dir_lock : Bool = true
property tcp_keepalive : Tuple(Int32, Int32, Int32)? = {60, 10, 3} # idle, interval, probes/count
Expand Down

0 comments on commit 01edef9

Please sign in to comment.