UNPKG

@atlaskit/editor-common

Version:

A package that contains common classes and components for editor and renderer

6 lines (5 loc) 379 B
/** Fixed document thresholds for limited (performance) mode (previously Statsig-driven). */ export const LIMITED_MODE_DEFAULT_NODE_COUNT_THRESHOLD = 5000; export const LIMITED_MODE_DEFAULT_DOC_SIZE_THRESHOLD = 30000; /** When true, any legacy-content macro triggers limited mode regardless of size/count. */ export const LIMITED_MODE_INCLUDE_LEGACY_CONTENT_IN_THRESHOLD = true;