]> Sergey Matveev's repositories - public-inbox.git/commit
msgmap: fix atfork_* callbacks
authorEric Wong <e@yhbt.net>
Sat, 18 Jul 2020 06:36:32 +0000 (06:36 +0000)
committerEric Wong <e@yhbt.net>
Sat, 18 Jul 2020 23:58:08 +0000 (23:58 +0000)
commit0ad076b1943bf7c65868d1db3cef4bd0ea1ef49a
treea34e119790fd3d9015f2fbd58d865ebe1769f5e3
parent340652d9833d9b7de4724a721e7014bfed262ccf
msgmap: fix atfork_* callbacks

Noticed while reindexing a largish v2 inbox in parallel on an
SSD which required checkpointing and respawning shard workers.

Fixes: f06e84220e5566e7 ("over+msgmap: do not store filename after DBI->connect")
lib/PublicInbox/Msgmap.pm
t/msgmap.t