Adjust max page size
This commit is contained in:
parent
c15a13b987
commit
0d80d5266d
1 changed files with 1 additions and 1 deletions
|
|
@ -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', ''));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue