nghttpx: Lower read watermark
This commit is contained in:
parent
3b7c733246
commit
cc250386df
|
@ -36,6 +36,6 @@
|
|||
#define DIE() \
|
||||
assert(0);
|
||||
|
||||
#define SHRPX_READ_WATERMARK (64*1024)
|
||||
#define SHRPX_READ_WATERMARK (16 * 1024)
|
||||
|
||||
#endif // SHRPX_H
|
||||
|
|
Loading…
Reference in New Issue