]> Sergey Matveev's repositories - public-inbox.git/commit
net_reader: set IMAPClient Keepalive flag late
authorEric Wong <e@80x24.org>
Thu, 9 Sep 2021 05:24:59 +0000 (05:24 +0000)
committerEric Wong <e@80x24.org>
Thu, 9 Sep 2021 05:42:55 +0000 (05:42 +0000)
commitbe9e047b80f1a91492efcf92bb449d789b20edf5
treef85bf7c316e0b7304334f65f189fabf521f6ff64
parentfb4b16193d0d839a0869b2cf2295b7384ef5f1e3
net_reader: set IMAPClient Keepalive flag late

Since we always enable SO_KEEPALIVE unconditionally, having it
in {mic_arg} leads to unnecessary IPC overhead and memory use.
lib/PublicInbox/NetReader.pm
lib/PublicInbox/Watch.pm