]> Sergey Matveev's repositories - public-inbox.git/commit
v2writable: get rid of {reindex_pipe} field
authorEric Wong <e@yhbt.net>
Fri, 24 Jul 2020 05:55:57 +0000 (05:55 +0000)
committerEric Wong <e@yhbt.net>
Sat, 25 Jul 2020 20:48:18 +0000 (20:48 +0000)
commitae25ba580d547b35755d7773a45a5c1d32b227af
treeb9f34191e54401510ecbda5deb5c345956e8ee69
parent55481f4af0037b1f0610cd5400e1332832589dcc
v2writable: get rid of {reindex_pipe} field

Since normal per-epoch indexing no longer holds a "git log"
process open, we don't need to worry about not sharing the
pipe with forked shards when we restart the indexer.

While we're in the area, better describe what `unindex' does,
since it's a rarely-used but necessary code path.
lib/PublicInbox/V2Writable.pm