]> Sergey Matveev's repositories - public-inbox.git/commit
wwwlisting: avoid hogging event loop
authorEric Wong <e@80x24.org>
Wed, 9 Sep 2020 06:26:16 +0000 (06:26 +0000)
committerEric Wong <e@80x24.org>
Thu, 10 Sep 2020 19:45:18 +0000 (19:45 +0000)
commitf303b4add8ea18835f7f304910ba8fac3ee4f912
tree037efb9de87e44433b18d535b4ed5fec03fa211b
parent081946eae235baac51987cf591e2b55e7e039b55
wwwlisting: avoid hogging event loop

By using the just-introduced ConfigIter class.
And make ManifestJsGz a subclass of it to reduce duplication.
lib/PublicInbox/ConfigIter.pm
lib/PublicInbox/ManifestJsGz.pm
lib/PublicInbox/WWW.pm
lib/PublicInbox/WwwListing.pm