]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
search: remove xhc_start_maybe
authorEric Wong <e@80x24.org>
Thu, 27 Feb 2025 00:08:16 +0000 (00:08 +0000)
committerEric Wong <e@80x24.org>
Tue, 4 Mar 2025 07:54:11 +0000 (07:54 +0000)
commit1215c318398ff20d766ba603c3b37eb910f25f95
tree2225b4f9a1e2395bc386d5f779f2dbad98feb46e
parentda87e953fa92de4ecb91e318477e1ee84ed4fe81
search: remove xhc_start_maybe

We start xap_helper processes early in both public-facing
daemons to ensure maximum sharing.  lei may be different
since lingering processes likely sit idle for long periods
and we don't want to tie up RAM or swap space for idle
processes.
lib/PublicInbox/Search.pm