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

add buffer size

This commit is contained in:
Zack Scholl 2018-09-23 06:28:34 -07:00
parent 6c94ece008
commit 2f800f1de3

3
src/models/constants.go Normal file
View file

@ -0,0 +1,3 @@
package models
const WEBSOCKET_BUFFER_SIZE = 1024 * 512