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:
parent
6c94ece008
commit
2f800f1de3
1 changed files with 3 additions and 0 deletions
3
src/models/constants.go
Normal file
3
src/models/constants.go
Normal file
|
@ -0,0 +1,3 @@
|
|||
package models
|
||||
|
||||
const WEBSOCKET_BUFFER_SIZE = 1024 * 512
|
Loading…
Add table
Add a link
Reference in a new issue