]> Sergey Matveev's repositories - public-inbox.git/commit
nntp: use long response API for LISTGROUP
authorEric Wong <e@80x24.org>
Sat, 19 Sep 2015 02:03:31 +0000 (02:03 +0000)
committerEric Wong <e@80x24.org>
Sat, 19 Sep 2015 04:18:38 +0000 (04:18 +0000)
commit7ee29d11b25b09b8919b9a125732e4c2c5784d28
treee4b424bb8fa8e430fbf5b3842612087cc680ada7
parent0d0fde0bff97a283e3b433f2772a99fe9d6d8412
nntp: use long response API for LISTGROUP

LISTGROUP can be expensive for giant groups, too.  Use the
long response API to improve fairness and prevent excessive
buffering.
lib/PublicInbox/Msgmap.pm
lib/PublicInbox/NNTP.pm