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
The plugin has an option to specify the number of processes that should be used to generate the diagrams. This option can speed up the plugin dramatically but can easily be overlooked.
It would make sense to detect the number of CPUs available on the system and use that value as the default value for the option instead of defaulting to 1.
The plugin has an option to specify the number of processes that should be used to generate the diagrams. This option can speed up the plugin dramatically but can easily be overlooked.
It would make sense to detect the number of CPUs available on the system and use that value as the default value for the option instead of defaulting to
1
.Here is how this could be done: https://stackoverflow.com/questions/26049013/node-js-get-number-of-processors-available/37871843
The text was updated successfully, but these errors were encountered: