mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
increase buffer size
This commit is contained in:
parent
397ceea34c
commit
f2f1b31fbc
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
package models
|
||||
|
||||
const WEBSOCKET_BUFFER_SIZE = 1024 * 1024 * 32
|
||||
const TCP_BUFFER_SIZE = 1024 * 64
|
||||
const TCP_BUFFER_SIZE = 1024 * 128
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue