]> git.ipfire.org Git - thirdparty/pdns.git/commit
Move default incoming.max_tcp_client to 1024 14838/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 6 Nov 2024 14:32:25 +0000 (15:32 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 6 Nov 2024 14:32:25 +0000 (15:32 +0100)
commitaa442b3367eb471ab3597bda12e9e46e552f2edb
tree958eab707dceb98633ab953c0c313750947a66f6
parent618d561ba64531794d6a43a0bf4026a9b53c05f9
Move default incoming.max_tcp_client to 1024

Compared to the default 3 (2 udp + 1 tcp worker) * 2048 (max mthreads)
= 6144 fd's needed if all mthreads are busy, 1024 does not sound
too great of a burden with respect to fd usage.
pdns/recursordist/settings/table.py