nghttpx: Lower read watermark

This commit is contained in:
Tatsuhiro Tsujikawa 2014-06-01 02:32:26 +09:00
parent 3b7c733246
commit cc250386df
1 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,6 @@
#define DIE() \
assert(0);
#define SHRPX_READ_WATERMARK (64*1024)
#define SHRPX_READ_WATERMARK (16 * 1024)
#endif // SHRPX_H