Set window.navigator.hardwareConcurrency to a constant value
We should avoid leaking the amount of cores a user has available by asking window.navigator.hardwareConcurrency
. Not sure which value we should give back and if we should return the same one for all users.