]> Sergey Matveev's repositories - public-inbox.git/commit
daemon: use SSL_MODE_RELEASE_BUFFERS
authorEric Wong <e@80x24.org>
Mon, 24 Jun 2019 02:52:44 +0000 (02:52 +0000)
committerEric Wong <e@80x24.org>
Mon, 24 Jun 2019 05:26:27 +0000 (05:26 +0000)
commit87a03babc14247d4eac489beb95abba47cf4f358
tree6bb1590ed88013a05f97c79cd263c209b5606722
parent1dc4d2f75a387c9113fc7646c463e3aac2d3de1f
daemon: use SSL_MODE_RELEASE_BUFFERS

34K per idle connection adds up to large amounts of memory;
especially with the speed of malloc nowadays compared to the
cost of cache misses or worse, swapping.
lib/PublicInbox/Daemon.pm