Rev 15897 | Rev 16130 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15897 | Rev 16124 | ||
---|---|---|---|
Line 75... | Line 75... | ||
75 | #define MAX_FWRITE 64 |
75 | #define MAX_FWRITE 64 |
76 | /* max total size of filewrite in one request */ |
76 | /* max total size of filewrite in one request */ |
77 | #define MAX_FWRITE_SIZE (64*1024) |
77 | #define MAX_FWRITE_SIZE (64*1024) |
78 | /* max languages on a site, hard limit */ |
78 | /* max languages on a site, hard limit */ |
79 | #define MAX_LANGUAGES 32 |
79 | #define MAX_LANGUAGES 32 |
- | 80 | /* max subclasses in a structure (must be less than 99)*/ |
|
- | 81 | #define MAX_SUBCLASSES 32 |
|
80 | /* max number of lines in a work file */ |
82 | /* max number of lines in a work file */ |
81 | /* Limit for datafield cache */ |
83 | /* Limit for datafield cache */ |
82 | #define LINE_LIMIT 16384 |
84 | #define LINE_LIMIT 16384 |
83 | /* size of cached datafields */ |
85 | /* size of cached datafields */ |
84 | #define DATAFIELD_LIMIT 16384 |
86 | #define DATAFIELD_LIMIT 16384 |