I need to batch create rows, 50,000 rows at once. I tried to combine create rows with transactions api in n8n, but I can only import 10,000 rows at most. Is there any way I can increase this limit, by setting enviroment variables or in settings?
TL;DR
Developers wants to batch create 50,000 rows but transaction limit in n8n only allows 10,000. Looking for a way to increase this transaction limit either through environment variables or settings.