]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
xap_helper: mset supports multiple requests
authorEric Wong <e@80x24.org>
Mon, 12 May 2025 20:44:59 +0000 (20:44 +0000)
committerEric Wong <e@80x24.org>
Thu, 15 May 2025 07:59:56 +0000 (07:59 +0000)
commit0e63912e1b6daa712174cbd03fc9bb54d719e279
tree0e1dac28f2641a8ac6239e058cbaefe7806701b6
parent058d38158499bf9e7f9d0f3e88063e8f36884429
xap_helper: mset supports multiple requests

By supporting multiple queries in one IPC call, we can reduce
IPC traffic for search endpoints which make multiple search
requests but only use the result of the first.  This will be
used for partial Message-ID matching for handling truncated
URLs.
lib/PublicInbox/XapHelper.pm
lib/PublicInbox/xh_mset.h
t/xap_helper.t