1
0
Fork 0

reduce the size for each collection struct

"path" attribute now has a max length of 512 bytes instead of 4K
This commit is contained in:
Jan Steemann 2013-03-07 18:17:52 +01:00
parent 0879cf8d15
commit 5732ab8378
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ extern size_t PageSize;
/// @brief maximal path length
////////////////////////////////////////////////////////////////////////////////
#define TRI_COL_PATH_LENGTH (4096)
#define TRI_COL_PATH_LENGTH (512)
////////////////////////////////////////////////////////////////////////////////
/// @brief default maximal collection journal size