Skip to content

Commit

Permalink
fix: further adjust max stack size
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 authored and Lostlover committed Dec 10, 2019
1 parent 0a529e4 commit 185fea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/write.js
@@ -1,6 +1,6 @@
/* @flow */

const MAX_STACK_DEPTH = 900
const MAX_STACK_DEPTH = 800
const noop = _ => _

const defer = typeof process !== 'undefined' && process.nextTick
Expand Down

0 comments on commit 185fea8

Please sign in to comment.