epoll per thd

This commit is contained in:
Nicholas Orlowsky 2025-02-22 00:52:30 -05:00
parent 409024e04a
commit 6c5feb8675
4 changed files with 61 additions and 74 deletions

View file

@ -23,7 +23,7 @@ int main(int argc, char** argv)
signal(SIGINT, signalHandler);
anthracite::backends::file_backend fb("./www");
anthracite::config::config cfg(5, 10000);
anthracite::config::config cfg(3, 1000);
cfg.add_http_config(anthracite::config::http_config(8080));
// cfg.add_https_config(config::https_config(8081, "", ""));