increase game limit again
This commit is contained in:
parent
622f50aa89
commit
e8970ccddb
|
@ -60,7 +60,7 @@ public class CahModule extends AbstractModule {
|
||||||
@Provides
|
@Provides
|
||||||
@MaxGames
|
@MaxGames
|
||||||
Integer provideMaxGames() {
|
Integer provideMaxGames() {
|
||||||
return 125;
|
return 200;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue