mirror of
https://github.com/directus/directus.git
synced 2026-01-30 16:58:36 -05:00
* Start by stripping out the previous Union attempt * Then set limit to -1, causing massive memory issues on big data sets * Now fix the memory problem by batching the responses * Use env var for max relational batch size * Rename env var, add to docs