increase game limit from 60 to 75
This commit is contained in:
parent
d4adaa7692
commit
6f9c507f9d
|
@ -60,7 +60,7 @@ public class CahModule extends AbstractModule {
|
|||
@Provides
|
||||
@MaxGames
|
||||
Integer provideMaxGames() {
|
||||
return 60;
|
||||
return 75;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue