Explorar el Código

fix: further adjust max stack size

close #9562
Evan You hace 7 años
padre
commit
571a4880fc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/server/write.js

+ 1 - 1
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