1
0
Fork 0

Reduced max explosions per tick

This commit is contained in:
Tiger Wang 2014-02-05 00:45:08 +00:00
parent 7d151d5494
commit 99fdadd58e
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
#define MAX_OUTGOING_PACKETS 2000
/** Maximum number of explosions to send this tick, server will start dropping if exceeded */
#define MAX_EXPLOSIONS_PER_TICK 100
#define MAX_EXPLOSIONS_PER_TICK 20
/** How many ticks before the socket is closed after the client is destroyed (#31) */
static const int TICKS_BEFORE_CLOSE = 20;