You've already forked lidgren-network-gen3
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user