changed a default setting's value

This commit is contained in:
aiden 2022-04-18 18:21:24 +01:00
parent 4ed3e9cb40
commit 32e551e22a
No known key found for this signature in database
GPG Key ID: 0D87FF3415416DB1

@ -29,7 +29,7 @@
struct bdd_settings settings = {
.name_descriptions = NULL,
.n_connections = 0x100,
.n_epoll_oevents = 0x100,
.n_epoll_oevents = 0x200,
.buf_sz = 0x800,
.n_worker_threads = 16,
.client_timeout = 12000,