Readjusted some limits for file names and file numbers to be under OS

limits
This commit is contained in:
Celine Mercier
2016-09-05 12:39:04 +02:00
parent 668696fc5a
commit acc0da2d0b
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
*/
#define MAX_NB_OPENED_COLUMNS (100) /**< The maximum number of columns open at the same time.
*/
#define MAX_NB_OPENED_INDEXERS (1000) /**< The maximum number of indexers open at the same time.
#define MAX_NB_OPENED_INDEXERS (100) /**< The maximum number of indexers open at the same time.
*/
#define MAX_PATH_LEN 4096 /**< Maximum length for the character string defining a
* file or directory path.