Commit 04f12010 authored by root's avatar root

Increased max buffer size to 4 Mb

parent 6b43f157
......@@ -57,7 +57,7 @@ namespace Const {
static constexpr int MaxBacklog = 128;
static constexpr int MaxEvents = 1024;
static constexpr int MaxBuffer = 4096;
static constexpr int MaxBuffer = 4096*1024;
static constexpr int ChunkSize = 1024;
} // namespace Const
} // namespace Pistache
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment