Skip to content

Commit

Permalink
[www] Disable Scheduler timeout w/ dynamic flag (#18069)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
acdlite committed Feb 18, 2020
1 parent 1a6d817 commit 56d8a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/forks/ReactFeatureFlags.www.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const {
enableTrustedTypesIntegration,
deferPassiveEffectCleanupDuringUnmount,
warnAboutShorthandPropertyCollision,
disableSchedulerTimeoutBasedOnReactExpirationTime,
} = require('ReactFeatureFlags');

// On WWW, __EXPERIMENTAL__ is used for a new modern build.
Expand All @@ -39,7 +40,6 @@ export const warnAboutDeprecatedLifecycles = true;
export const disableLegacyContext = __EXPERIMENTAL__;
export const warnAboutStringRefs = false;
export const warnAboutDefaultPropsOnFunctionComponents = false;
export const disableSchedulerTimeoutBasedOnReactExpirationTime = false;

export const enableTrainModelFix = true;

Expand Down

0 comments on commit 56d8a73

Please sign in to comment.