Remove epoll instances config

This commit is contained in:
2025-09-12 17:58:40 -04:00
parent 2b8f095d27
commit cd2e15677a
5 changed files with 7 additions and 28 deletions

View File

@@ -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};