Commit 79991168 authored by Benoit Eudier's avatar Benoit Eudier

Create a constant with default value for listener thread number

parent 067a8180
......@@ -59,6 +59,7 @@ namespace Const {
static constexpr size_t MaxBacklog = 128;
static constexpr size_t MaxEvents = 1024;
static constexpr size_t MaxBuffer = 4096;
static constexpr size_t DefaultWorkers = 1;
// Defined from CMakeLists.txt in project root
static constexpr size_t DefaultMaxPayload = 4096;
......
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