Adjust max page size

This commit is contained in:
Hillel Coren 2018-06-17 13:22:11 +03:00
parent c15a13b987
commit 0d80d5266d

View File

@ -431,7 +431,7 @@ if (! defined('APP_NAME')) {
define('TEST_PASSWORD', 'password');
define('API_SECRET', 'API_SECRET');
define('DEFAULT_API_PAGE_SIZE', 15);
define('MAX_API_PAGE_SIZE', 10000);
define('MAX_API_PAGE_SIZE', 5000);
define('IOS_DEVICE', env('IOS_DEVICE', ''));
define('ANDROID_DEVICE', env('ANDROID_DEVICE', ''));