We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34951d6 commit 3b07432Copy full SHA for 3b07432
packages/child/observers/mutation.js
@@ -47,7 +47,7 @@ const createProcessMutations = (callback) => () => {
47
event('MutationDelay')
48
info('Update delayed due to heavy workload on the callStack')
49
info(
50
- `EventLoop busy time: %c${round(delay)}ms %c> Max wait: %c${delayLimit - 2}ms`,
+ `EventLoop busy time: %c${round(delay)}ms %c> Max wait: %c${delayLimit - DELAY_MARGIN}ms`,
51
HIGHLIGHT,
52
FOREGROUND,
53
0 commit comments