We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Large diffs are not rendered by default.
fce54bd
There was a problem hiding this comment.
The reason will be displayed to describe this comment to others. Learn more.
may I suggest you use navigator.hardwareConcurrency as the concurrency limit and have 8 as a fallback as Safari doesn't support it yet
navigator.hardwareConcurrency
8
Sorry, something went wrong.
fce54bd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
may I suggest you use
navigator.hardwareConcurrency
as the concurrency limit and have8
as a fallback as Safari doesn't support it yet