mirror of
https://github.com/schollz/croc.git
synced 2024-11-24 16:23:47 +03:00
increase buffer
This commit is contained in:
parent
f2f1b31fbc
commit
62d9d74753
@ -1,4 +1,4 @@
|
||||
package models
|
||||
|
||||
const WEBSOCKET_BUFFER_SIZE = 1024 * 1024 * 32
|
||||
const TCP_BUFFER_SIZE = 1024 * 128
|
||||
const TCP_BUFFER_SIZE = 1024 * 256
|
||||
|
Loading…
Reference in New Issue
Block a user