We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
When importing, by default they are done at Batch size 200 and Threads 6
This can be modified from the data-import.js file, but updating the extension resets it.
Would it be possible to configure it from the configuration?
The text was updated successfully, but these errors were encountered:
Add batch size and thread size to options page (#334)
2bfcbdc
## Describe your changes Add the batchSize and thread size to the configurable options. ## Issue ticket number and link #329 ## Checklist before requesting a review - [x] I have read and understand the [Contributions section](https://github.com/tprouvot/Salesforce-Inspector-reloaded#contributions) - [x] Target branch is releaseCandidate and not master - [x] I have performed a self-review of my code - [x] I ran the [unit tests](https://github.com/tprouvot/Salesforce-Inspector-reloaded#unit-tests) and my PR does not break any tests - [x] I documented the changes I've made on the [CHANGES.md](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/CHANGES.md) and followed actual conventions - [ ] I added a new section on [how-to.md](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/docs/how-to.md) (optional)
Will be released in 1.23 🚀 And sooner in the beta version
Sorry, something went wrong.
Thanks a lot @tprouvot
tprouvot
No branches or pull requests
Is your feature request related to a problem? Please describe.
When importing, by default they are done at Batch size 200 and Threads 6
This can be modified from the data-import.js file, but updating the extension resets it.
Would it be possible to configure it from the configuration?
The text was updated successfully, but these errors were encountered: