Documentation / @zerotal/admin / index / IMPORT_ROW_LIMIT
Variable: IMPORT_ROW_LIMIT
constIMPORT_ROW_LIMIT:2000=2000
Defined in: admin/src/actions/transfer.ts:33
How many rows one import may create.
A synchronous import holds a WebSocket round-trip open, so a hundred-thousand row file would look like a hang and time out half-written. Files beyond this belong on a queue; the action says so rather than trying and failing.