Skip to content

Commit 7eddcdc

Browse files
committed
increase max buffer size
1 parent 4860781 commit 7eddcdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/forward-tcp/forward_tcp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ type (
4040
cancel func()
4141
wait func()
4242
}
43-
BufSize = configvalues.CaddyTextUnmarshaler[uint16, configvalues.ValueUnsigned[uint16], *configvalues.ValueUnsigned[uint16]]
43+
BufSize = configvalues.CaddyTextUnmarshaler[uint64, configvalues.ValueUnsigned[uint64], *configvalues.ValueUnsigned[uint64]]
4444
)
4545

4646
// Provision implements [caddy.Provisioner].

0 commit comments

Comments
 (0)