14 lines
No EOL
438 B
C++
14 lines
No EOL
438 B
C++
#ifndef FC_PACK_MAX_DEPTH
|
|
// The maximum level of object nesting is around 20% of this value
|
|
#define FC_PACK_MAX_DEPTH 1000
|
|
#endif
|
|
|
|
#ifndef FC_MAX_STRING_OBJECT_DEPTH
|
|
// how many levels of nested objects are proceed for string functions
|
|
#define FC_MAX_STRING_OBJECT_DEPTH 200
|
|
#endif
|
|
|
|
#ifndef FC_MAX_LOG_OBJECT_DEPTH
|
|
// how many levels of nested objects are displayed in log messages
|
|
#define FC_MAX_LOG_OBJECT_DEPTH 1000
|
|
#endif |