mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Increase API page limit
This commit is contained in:
parent
59969a4677
commit
fb28521160
@ -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', ''));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user