change PaginationLimit for DailyPlayerStats.Fetch resolver

This commit is contained in:
Dawid Wysokiński 2020-07-17 21:47:30 +02:00
parent b3529e4a54
commit 9eef73379f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
package dailyplayerstats
const (
PaginationLimit = 500
PaginationLimit = 1000
)