Increase max games to 250.
This commit is contained in:
parent
4bd065845e
commit
2187eaa320
|
@ -60,7 +60,7 @@ public class CahModule extends AbstractModule {
|
|||
@Provides
|
||||
@MaxGames
|
||||
Integer provideMaxGames() {
|
||||
return 200;
|
||||
return 250;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue