config example fixes

This commit is contained in:
Chris kerr 2024-07-25 21:26:47 -04:00
parent 8287508388
commit aa62bcf3da

View File

@ -6,7 +6,7 @@ server:
port: ":8080" # Port for the server to listen on port: ":8080" # Port for the server to listen on
rate_limit: 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_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) ws_burst: 200 # Global burst limit for WebSocket messages (allows a burst of 100 messages)
#event limit doesn't seem to work either #event limit doesn't seem to work either