]> Sergey Matveev's repositories - public-inbox.git/commitdiff
t/run.perl: fix "make check-run" on FreeBSD 11.x
authorEric Wong <e@80x24.org>
Mon, 16 Aug 2021 07:29:17 +0000 (07:29 +0000)
committerEric Wong <e@80x24.org>
Mon, 16 Aug 2021 20:07:51 +0000 (20:07 +0000)
Persistent lei-daemon still leads to ECONNRESET client errors on
FreeBSD, and maxing out the kern.ipc.soacceptqueue sysctl (as
documented in the FreeBSD listen(2) manpage) doesn't seem to
help.

"make check-run" is still 4-5s faster than "make check" on my
FreeBSD VM even after this change, so it's still a worthwhile
improvement.


No differences found