0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

change buffer size

This commit is contained in:
Zack Scholl 2018-09-23 13:25:31 -07:00
parent 4f9532b761
commit 8fab2299a1

View file

@ -1,4 +1,4 @@
package models
const WEBSOCKET_BUFFER_SIZE = 1024 * 1024 * 32
const TCP_BUFFER_SIZE = 1024 * 16
const TCP_BUFFER_SIZE = 1024 * 2