Przeglądaj źródła

fix: further adjust max stack size

close #9562
Evan You 7 lat temu
rodzic
commit
571a4880fc
1 zmienionych plików z 1 dodań i 1 usunięć
  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