Skip to content

Commit 56d8a73

Browse files
authored
[www] Disable Scheduler timeout w/ dynamic flag (#18069)
Before attempting to land an expiration times refactor, I want to see if this particular change will impact performance (either positively or negatively). I will test this with a GK.
1 parent 1a6d817 commit 56d8a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/forks/ReactFeatureFlags.www.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export const {
1717
enableTrustedTypesIntegration,
1818
deferPassiveEffectCleanupDuringUnmount,
1919
warnAboutShorthandPropertyCollision,
20+
disableSchedulerTimeoutBasedOnReactExpirationTime,
2021
} = require('ReactFeatureFlags');
2122

2223
// On WWW, __EXPERIMENTAL__ is used for a new modern build.
@@ -39,7 +40,6 @@ export const warnAboutDeprecatedLifecycles = true;
3940
export const disableLegacyContext = __EXPERIMENTAL__;
4041
export const warnAboutStringRefs = false;
4142
export const warnAboutDefaultPropsOnFunctionComponents = false;
42-
export const disableSchedulerTimeoutBasedOnReactExpirationTime = false;
4343

4444
export const enableTrainModelFix = true;
4545

0 commit comments

Comments
 (0)