Update lib/client-utils.ts
This commit is contained in:
parent
2068c96312
commit
6f99fd710c
@ -21,6 +21,5 @@ export function randomString(length: number): string {
|
||||
}
|
||||
|
||||
export function isLowPowerDevice() {
|
||||
return false;
|
||||
return navigator.hardwareConcurrency < 6;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user