diff --git a/lib/nghttp2_session.h b/lib/nghttp2_session.h index cc98d719..f62ccb1e 100644 --- a/lib/nghttp2_session.h +++ b/lib/nghttp2_session.h @@ -81,7 +81,7 @@ typedef struct { response frames are stacked up, which leads to memory exhaustion. The value selected here is arbitrary, but safe value and if we have these frames in this number, it is considered suspicious. */ -#define NGHTTP2_MAX_OBQ_FLOOD_ITEM 1000 +#define NGHTTP2_MAX_OBQ_FLOOD_ITEM 10000 /* Internal state when receiving incoming frame */ typedef enum {