2018-12-18 09:55:34 +08:00
|
|
|
/**
|
2022-10-18 23:19:24 +08:00
|
|
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
2018-12-18 09:55:34 +08:00
|
|
|
*
|
|
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
|
|
|
|
*
|
2022-09-23 22:28:34 +08:00
|
|
|
* @flow strict
|
2018-12-18 09:55:34 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
export const enableSchedulerDebugging = false;
|
2019-06-22 15:46:27 +08:00
|
|
|
export const enableIsInputPending = false;
|
2021-08-20 21:56:20 +08:00
|
|
|
export const enableProfiling = false;
|
2021-08-25 00:47:51 +08:00
|
|
|
export const enableIsInputPendingContinuous = false;
|
|
|
|
|
export const frameYieldMs = 5;
|
|
|
|
|
export const continuousYieldMs = 50;
|
2021-08-25 01:03:07 +08:00
|
|
|
export const maxYieldMs = 300;
|