From 7f13464230f152db7556d560bd6bf98261f076a4 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Mon, 13 May 2019 18:34:26 +0200 Subject: [PATCH] Increase NB_LSOBJECT_LIST to 30 --- public_html/conf/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/conf/config.inc.php b/public_html/conf/config.inc.php index ff271d36..ea956777 100644 --- a/public_html/conf/config.inc.php +++ b/public_html/conf/config.inc.php @@ -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);