This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
niota-docs:niota_system_config_defaults [2022/01/05 15:16] admin |
niota-docs:niota_system_config_defaults [2025/07/17 14:11] (current) |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| === MAXNUMBER_VALIDATIONERR === | === MAXNUMBER_VALIDATIONERR === | ||
| - | Number of errors before validation procedure is aborted (shipped with: -1 -> no limit) | + | Number of errors that may occur before validation procedure is aborted. When -1 the procedure does not terminate due to an error. (shipped with: -1 -> no limit) |
| === MAXNUMBER_VALIDATIONMSG === | === MAXNUMBER_VALIDATIONMSG === | ||
| Line 14: | Line 14: | ||
| === VALIDATION_CHUNK_SIZE === | === VALIDATION_CHUNK_SIZE === | ||
| - | Number of records retrieved by a single database access. The higher this value the less database accesses needed, but the more memory is used. | + | Number of records retrieved by a single database access. The higher this value the less database accesses needed, but the more memory is used. (shipped with: 10000) |
| ==== SQL Generation settings ==== | ==== SQL Generation settings ==== | ||