Increase API page limit

This commit is contained in:
Hillel Coren 2016-07-18 14:15:52 +03:00
parent 59969a4677
commit fb28521160

View File

@ -652,7 +652,7 @@ if (!defined('CONTACT_EMAIL')) {
define('TEST_PASSWORD', 'password');
define('API_SECRET', 'API_SECRET');
define('DEFAULT_API_PAGE_SIZE', 15);
define('MAX_API_PAGE_SIZE', 100);
define('MAX_API_PAGE_SIZE', 500);
define('IOS_PUSH_CERTIFICATE', env('IOS_PUSH_CERTIFICATE', ''));