mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
Increase NB_LSOBJECT_LIST to 30
This commit is contained in:
parent
59943dc3ee
commit
7f13464230
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ define('LSdebug',false);
|
|||
$GLOBALS['LSlog']['filename'] = 'tmp/LS.log';
|
||||
$GLOBALS['LSlog']['enable'] = true;
|
||||
|
||||
define('NB_LSOBJECT_LIST',20);
|
||||
define('NB_LSOBJECT_LIST',30);
|
||||
define('NB_LSOBJECT_LIST_SELECT',11);
|
||||
|
||||
define('MAX_SEND_FILE_SIZE',2000000);
|
||||
|
|
Loading…
Reference in a new issue