fix: decrease unbound threads since benchmark reqs are sequential

We even do not need more than one thread
This commit is contained in:
DarkCat09 2024-12-21 11:05:53 +04:00
parent abf9050aa2
commit 8ecfba2496
Signed by: DarkCat09
GPG key ID: BD3CE9B65916CD82

View file

@ -8,14 +8,14 @@ server:
interface: 127.0.0.1 interface: 127.0.0.1
port: 2253 port: 2253
num-threads: 4 num-threads: 2
msg-cache-slabs: 4 msg-cache-slabs: 2
infra-cache-slabs: 4 infra-cache-slabs: 2
msg-cache-size: 32m msg-cache-size: 32m
neg-cache-size: 32m neg-cache-size: 32m
outgoing-range: 8192 outgoing-range: 256
num-queries-per-thread: 2048 num-queries-per-thread: 128
so-reuseport: yes so-reuseport: yes
local-zone: "domain.tld." static local-zone: "domain.tld." static