1
0
mirror of https://github.com/schollz/croc.git synced 2024-11-24 16:23:47 +03:00
This commit is contained in:
Zack Scholl 2018-09-26 06:48:07 -07:00
parent 082dcd2037
commit 7d5d7e6cfb

View File

@ -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