]> Sergey Matveev's repositories - public-inbox.git/commit
inbox: fix periodic git process cleanup
authorEric Wong <e@80x24.org>
Sun, 15 Dec 2019 08:35:30 +0000 (08:35 +0000)
committerEric Wong <e@80x24.org>
Sun, 15 Dec 2019 19:43:33 +0000 (19:43 +0000)
commit2ad19256bc285e40188a9058941883979ff45c86
treeb9f07e8a77e9a275a2a27bc7374fa9579e878af1
parent3b3b25d8e68b71fac10ff17d28c89198fd76d1fc
inbox: fix periodic git process cleanup

We need to use $PublicInbox::DS::in_loop instead of ::running().
The latter is not valid for systems with signalfd or kqueue and
is now gone, completely.

Not needing periodic cleanups at all to deal with unlinked pack
indices will be a tougher task...
lib/PublicInbox/DS.pm
lib/PublicInbox/Inbox.pm