Increase maximum number of streams in one dep tree including idle nodes
This commit is contained in:
parent
590a5c3ff3
commit
708eb2a217
|
@ -38,7 +38,7 @@
|
|||
/*
|
||||
* Maximum number of streams in one dependency tree.
|
||||
*/
|
||||
#define NGHTTP2_MAX_DEP_TREE_LENGTH 100
|
||||
#define NGHTTP2_MAX_DEP_TREE_LENGTH 120
|
||||
|
||||
/*
|
||||
* If local peer is stream initiator:
|
||||
|
|
Loading…
Reference in New Issue