]> Sergey Matveev's repositories - public-inbox.git/commitdiff
xt/mem-imapd-tls: avoid EMFILE in -imapd process
authorEric Wong <e@yhbt.net>
Mon, 13 Jul 2020 02:23:28 +0000 (02:23 +0000)
committerEric Wong <e@yhbt.net>
Mon, 13 Jul 2020 21:12:57 +0000 (21:12 +0000)
Test::More dups standard FDs and may create FDs for other
purposes.  run_mode => 0 lets us rely on FD_CLOEXEC to ensure
-imapd has enough FDs to accept all incoming connections at
the cost of higher (one-off) startup time.


No differences found