We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66f169 commit e2e577aCopy full SHA for e2e577a
libs/cdk/src/lib/render-strategies/concurrent-strategies.ts
@@ -14,9 +14,8 @@ import {
14
} from '../model';
15
import { coalescingManager } from '@rx-angular/cdk/coalescing';
16
17
-// set default to 30fps, actually matching other frameworks defaults:
18
-// https://github.com/WICG/scheduling-apis/blob/main/misc/userspace-schedulers.md#appendix-scheduler-case-studies
19
-forceFrameRate(30);
+// set default to 60fps
+forceFrameRate(60);
20
21
const noPriorityStrategy: RxStrategyCredentials = {
22
name: 'noPriority',
0 commit comments