Files
Ragon/Ragon.Relay/relay.config.json
T

15 lines
343 B
JSON
Raw Permalink Normal View History

2022-12-20 12:20:52 -08:00
{
"serverKey": "defaultkey",
2022-12-25 07:34:22 -08:00
"serverType": "enet",
"serverAddress": "*",
2023-03-06 10:06:43 +04:00
"serverTickRate": 30,
"protocol": "1.0.0",
2024-08-17 10:29:27 +03:00
"port": 8000,
2022-12-20 12:20:52 -08:00
"limitConnections": 4095,
"limitPlayersPerRoom": 20,
2023-04-09 10:52:18 +04:00
"limitRooms": 200,
2023-07-01 07:47:57 +03:00
"limitBufferedEvents": 50,
2024-08-17 10:29:27 +03:00
"limitUserDataSize": 1024,
2025-10-04 15:08:53 +03:00
"limitPropertySize": 512,
"limitConnectionsPerProject": 100
2022-12-20 12:20:52 -08:00
}