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 kiku-jw committed Jun 18, 2019
1 parent e17ab77 commit 2574c13
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 2574c13

Please sign in to comment.