| Option | MaxTableSize | |
| Description | Controls the max table size. | |
| Introduced Version | 1.237.0 | |
| Default | (Value of MaxCsvFileUploadSizeBytes) | |
| Minimum | 0 | |
| Maximum | 2,147,483,639 | |
This controls the max table size (for
defineTable(), for instance). This was
previously controlled by the CSV file size, but is now
controllable independently.
If it is specifically set, it has the value that is set.
If it is not set, it has the value from
MaxCsvFileUploadSizeBytes.If Max CSV File Upload Size is not set, it has the value from the Default
MaxCsvFileUploadSizeBytes.
This means that, unless specifically overwritten, the value follows that of the CSV file size.