1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-14 06:06:30 +09:00

Capped max connection heartbeats per second

This commit is contained in:
lidgren
2010-11-03 13:00:05 +00:00
parent c29270a5cf
commit dd192b1486
2 changed files with 45 additions and 34 deletions

View File

@@ -26,7 +26,7 @@ namespace ManyServer
#else
// throw new Exception("Sample not relevant in RELEASE; statistics needed to make sense!");
#endif
config.MaximumConnections = 64;
config.MaximumConnections = 256;
Server = new NetServer(config);
Server.Start();