update buffer

This commit is contained in:
Zack Scholl 2018-09-23 06:29:39 -07:00
parent 2f800f1de3
commit 177612f112
1 changed files with 1 additions and 1 deletions

View File

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