Remove epoll instances config
This commit is contained in:
@@ -42,7 +42,6 @@ TEST_CASE(
|
||||
"Server correctly handles connection ownership transfer via pipeline") {
|
||||
weaseldb::Config config;
|
||||
config.server.io_threads = 1;
|
||||
config.server.epoll_instances = 1;
|
||||
|
||||
StaticThreadPipeline<Message, WaitStrategy::WaitIfStageEmpty, 1> pipeline{10};
|
||||
EchoHandler handler{pipeline};
|
||||
|
||||
Reference in New Issue
Block a user