]> Sergey Matveev's repositories - public-inbox.git/commit
imap: split ->logged_in attribute into a separate class
authorEric Wong <e@yhbt.net>
Wed, 10 Jun 2020 07:05:00 +0000 (07:05 +0000)
committerEric Wong <e@yhbt.net>
Sat, 13 Jun 2020 07:55:45 +0000 (07:55 +0000)
commitee89a532ef91716e7e1a964f0f6f8d25428937ae
tree8010d6f4c286dae6e12b3d7047ad0be791d1aaed
parent8a87dfcb8c310337a0b737ac478ce3b17d223dec
imap: split ->logged_in attribute into a separate class

This is one boolean attribute not worth wasting space for.
With 20000 sockets, this reduces RSS by around 5% at a glance,
and locked hashes doesn't do us much good when clients
use compression, anyways.
lib/PublicInbox/IMAP.pm
lib/PublicInbox/IMAPdeflate.pm