Skip to content

Commit 571a488

Browse files
committed
fix: further adjust max stack size
close #9562
1 parent 03c13de commit 571a488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/write.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* @flow */
22

3-
const MAX_STACK_DEPTH = 900
3+
const MAX_STACK_DEPTH = 800
44
const noop = _ => _
55

66
const defer = typeof process !== 'undefined' && process.nextTick

0 commit comments

Comments
 (0)