Fix capitalization.
This commit is contained in:
@@ -17,9 +17,9 @@ namespace OpenRA.Mods.Common.Server
|
||||
{
|
||||
public class PlayerPinger : ServerTrait, ITick
|
||||
{
|
||||
int PingInterval = 5000; // Ping every 5 seconds
|
||||
int ConnReportInterval = 20000; // Report every 20 seconds
|
||||
int ConnTimeout = 90000; // Drop unresponsive clients after 90 seconds
|
||||
static readonly int PingInterval = 5000; // Ping every 5 seconds
|
||||
static readonly int ConnReportInterval = 20000; // Report every 20 seconds
|
||||
static readonly int ConnTimeout = 90000; // Drop unresponsive clients after 90 seconds
|
||||
|
||||
// TickTimeout is in microseconds
|
||||
public int TickTimeout { get { return PingInterval * 100; } }
|
||||
|
||||
Reference in New Issue
Block a user