Update lib/client-utils.ts

This commit is contained in:
lukasIO 2025-07-02 12:25:55 +02:00 committed by GitHub
parent 2068c96312
commit 6f99fd710c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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