Increase import limit
This commit is contained in:
parent
e75282d585
commit
1eb6cd33f2
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ if (! defined('APP_NAME')) {
|
|||
define('LOGGED_ERROR_LIMIT', 100);
|
||||
define('RANDOM_KEY_LENGTH', 32);
|
||||
define('MAX_NUM_USERS', 20);
|
||||
define('MAX_IMPORT_ROWS', 1000);
|
||||
define('MAX_IMPORT_ROWS', 5000);
|
||||
define('MAX_SUBDOMAIN_LENGTH', 30);
|
||||
define('MAX_IFRAME_URL_LENGTH', 250);
|
||||
define('MAX_LOGO_FILE_SIZE', 200); // KB
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue