Files
Ragon/Ragon.SimpleServer/config.json
T

13 lines
248 B
JSON
Raw Normal View History

2022-06-23 20:45:41 +04:00
{
"key": "defaultkey",
2022-10-24 22:19:50 +04:00
"socket": "udp",
2022-08-20 12:27:04 +04:00
"protocol": "1.0.0",
2022-06-25 11:08:50 +04:00
"statisticsInterval": 5,
2022-10-21 22:19:21 +04:00
"sendRate": 50,
2022-06-25 11:08:50 +04:00
"port": 4444,
2022-06-23 20:45:41 +04:00
"skipTimeout": 60,
2022-07-02 11:02:09 +04:00
"reconnectTimeout": 300,
2022-06-25 11:08:50 +04:00
"maxConnections": 4095,
"maxPlayersPerRoom": 20,
"maxRooms": 200
2022-06-23 20:45:41 +04:00
}