You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the batch size may not be configurable and it is hardcoded to 600000. But I might be wrong. Is there a way to configure a smaller batch size. I think I have a query that is running long.
The text was updated successfully, but these errors were encountered:
not yet, but I can add it, if you can't wait, find this file node_module/nodebb-plugin-import/server/exporter/index.js and change these 2 values, see if this helps
Note that there also seems to be a bug where it always skips 1 record after each batch. Change batch + 1 to batch in the same file to fix that (there is only one occurence).
It looks like the batch size may not be configurable and it is hardcoded to 600000. But I might be wrong. Is there a way to configure a smaller batch size. I think I have a query that is running long.
The text was updated successfully, but these errors were encountered: