Skip to content

Commit

Permalink
Throttle "production halted" message for a bit longer.
Browse files Browse the repository at this point in the history
Reporter of the ticket says it is repeated too often.

Fixes ticket 4446.
  • Loading branch information
KJeff01 committed Nov 14, 2018
1 parent af8f6ae commit 5bd5c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structure.cpp
Expand Up @@ -152,7 +152,7 @@ static int commanderLimit[MAX_PLAYERS];
// max number of constructors
static int constructorLimit[MAX_PLAYERS];

#define MAX_UNIT_MESSAGE_PAUSE 20000
#define MAX_UNIT_MESSAGE_PAUSE 40000

static void auxStructureNonblocking(STRUCTURE *psStructure)
{
Expand Down

0 comments on commit 5bd5c0a

Please sign in to comment.