mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-15 10:48:17 +00:00
refactor: 全量刷新的时间间隔改成 500ms
This commit is contained in:
parent
f874823502
commit
0007daf759
@ -28,7 +28,7 @@ import Leaf from './builtin-components/leaf';
|
||||
import { withQueryParams, parseQuery } from './utils/url';
|
||||
import { supportsQuickPropSetting, getUppermostPropKey, setInstancesProp } from './utils/misc';
|
||||
const loader = new AssetLoader();
|
||||
const FULL_RENDER_THRESHOLD = 1000;
|
||||
const FULL_RENDER_THRESHOLD = 500;
|
||||
export class DocumentInstance {
|
||||
public instancesMap = new Map<string, ReactInstance[]>();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user