Skip to content

Commit

Permalink
Increase max_filesize
Browse files Browse the repository at this point in the history
  • Loading branch information
OriginTempus committed Jan 8, 2015
1 parent 7587b59 commit 33cb039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/misc/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ int DFLT_PORT = 4040;
unsigned int MAX_PLAYERS = 300;

/* maximum size of bug, typo and idea files (to prevent bombing) */
int max_filesize = 50000;
int max_filesize = 55000;

/* maximum number of password attempts before disconnection */
int max_bad_pws = 2;
Expand Down

0 comments on commit 33cb039

Please sign in to comment.