Replies: 1 comment
-
Hi @nonoumasy, have you tried using the This should print regular updates on the number of documents that have been analysed and exported as it's running. It wasn't practical to do a console.log for every document that was processed, and it often also slowed down the process - outputting to the console is more expensive than you'd think 🥲. So the current implementation was the best solution I've found in my experience. Hopefully this is sufficient! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just a suggestion, it would be nice to show a progress of the export/import.
something simple like showing which document has been processed in a new line would be good enough
Beta Was this translation helpful? Give feedback.
All reactions