]> Sergey Matveev's repositories - public-inbox.git/commit
searchidxpart: increase pipe size for partitions
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Thu, 22 Feb 2018 17:55:37 +0000 (17:55 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Thu, 22 Feb 2018 18:40:49 +0000 (18:40 +0000)
commit15ff4705261ec64b7bbfa3c9a52c20951c78d67d
tree6c1e2c51b707e1094b22abb81d910d394abefade
parent0586a456f97fd41879a266e14a98dcbc148679ea
searchidxpart: increase pipe size for partitions

We want to reduce the time in the main V2Writable process
spends writing to the pipe, as the main process itself is
the primary source of contention.

While we're at it, always flush after writing to ensure
the child sees it at once.  (Grr... Perl doesn't use writev)
lib/PublicInbox/SearchIdxPart.pm