]> Sergey Matveev's repositories - public-inbox.git/commit
over: uid_range: remove LIMIT
authorEric Wong <e@yhbt.net>
Wed, 10 Jun 2020 07:05:18 +0000 (07:05 +0000)
committerEric Wong <e@yhbt.net>
Sat, 13 Jun 2020 07:55:45 +0000 (07:55 +0000)
commitba5b07877f468a3d233a1bba95eabe35ba7336e1
treef3ffd896ced48e3536d1f8ad75296a7a363f511b
parentd7499f74c9eed7cebb6a4e273f04c854c1674c06
over: uid_range: remove LIMIT

The IMAP code already limits the range to UID_SLICE (50K),
so that's about 1.6MB of of IVs for an ephemeral allocation
that won't live beyond one iteration of the event loop.
lib/PublicInbox/Over.pm