Merge branch 'lukas/debug-cpu' of github.com:livekit/meet-temp into lukas/debug-cpu

This commit is contained in:
lukasIO 2025-07-02 12:27:57 +02:00
commit b028dcb81b

View File

@ -21,6 +21,5 @@ export function randomString(length: number): string {
}
export function isLowPowerDevice() {
return false;
return navigator.hardwareConcurrency < 6;
}