]> Sergey Matveev's repositories - public-inbox.git/commit
nntp: simplify re-arming/requeue logic
authorEric Wong <e@80x24.org>
Mon, 24 Jun 2019 02:52:34 +0000 (02:52 +0000)
committerEric Wong <e@80x24.org>
Mon, 24 Jun 2019 05:26:26 +0000 (05:26 +0000)
commit6b1ee7ed8032e277a84bbe2a343f2c318a0defb8
treeb5cd29ebd14954a0a315e49ba998d40764eedbef
parent2101e27b937893aa427d8693161966e3673b887e
nntp: simplify re-arming/requeue logic

We can be smarter about requeuing clients to run and avoid
excessive epoll_ctl calls since we can trust event_step to do
the right thing depending on the state of the client.
lib/PublicInbox/NNTP.pm