Rev 16132 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16132 | Rev 18121 | ||
---|---|---|---|
Line 68... | Line 68... | ||
68 | /* max length of data files: records, activities, definitions. */ |
68 | /* max length of data files: records, activities, definitions. */ |
69 | #define MAX_FILELEN (2048*1024-1) |
69 | #define MAX_FILELEN (2048*1024-1) |
70 | /* max number of filewrite calls in one request */ |
70 | /* max number of filewrite calls in one request */ |
71 | #define MAX_FWRITE 64 |
71 | #define MAX_FWRITE 64 |
72 | /* max total size of filewrite in one request */ |
72 | /* max total size of filewrite in one request */ |
73 | #define MAX_FWRITE_SIZE ( |
73 | #define MAX_FWRITE_SIZE (128*1024) |
74 | /* max languages on a site, hard limit */ |
74 | /* max languages on a site, hard limit */ |
75 | #define MAX_LANGUAGES 32 |
75 | #define MAX_LANGUAGES 32 |
76 | /* max subclasses in a structure (must be less than 99)*/ |
76 | /* max subclasses in a structure (must be less than 99)*/ |
77 | #define MAX_SUBCLASSES 32 |
77 | #define MAX_SUBCLASSES 32 |
78 | /* max number of lines in a work file */ |
78 | /* max number of lines in a work file */ |