Increase max games to 250.

This commit is contained in:
Andy Janata 2013-08-07 07:52:27 +01:00
parent 4bd065845e
commit 2187eaa320
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ public class CahModule extends AbstractModule {
@Provides @Provides
@MaxGames @MaxGames
Integer provideMaxGames() { Integer provideMaxGames() {
return 200; return 250;
} }
/** /**