Skip to content

Commit

Permalink
FrameMax constant
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed May 10, 2024
1 parent 452a7a0 commit 2f91317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amqproxy/upstream.cr
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require "./channel_pool"
module AMQProxy
class Upstream
Log = ::Log.for(self)
FrameMax = 4096
FrameMax = 4096_u32
@socket : IO
@channels = Hash(UInt16, DownstreamChannel).new
@channels_lock = Mutex.new
Expand Down

0 comments on commit 2f91317

Please sign in to comment.