mirror of
https://github.com/0ceanSlim/grain.git
synced 2024-11-22 00:27:14 +00:00
config example fixes
This commit is contained in:
parent
8287508388
commit
aa62bcf3da
@ -6,7 +6,7 @@ server:
|
||||
port: ":8080" # Port for the server to listen on
|
||||
|
||||
rate_limit:
|
||||
#I'm not sure is global ws_limit is working for ALL websocket messages
|
||||
#WS is not working as intended. It's only working for accepting Events, which is what event limit already does
|
||||
ws_limit: 100 # Global rate limit for WebSocket messages (50 messages per second)
|
||||
ws_burst: 200 # Global burst limit for WebSocket messages (allows a burst of 100 messages)
|
||||
#event limit doesn't seem to work either
|
||||
|
Loading…
Reference in New Issue
Block a user