mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Adjust max page size
This commit is contained in:
parent
c15a13b987
commit
0d80d5266d
@ -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…
x
Reference in New Issue
Block a user