]> Sergey Matveev's repositories - public-inbox.git/commit
lei q: auto-memoize remote messages into lei/store
authorEric Wong <e@80x24.org>
Wed, 24 Feb 2021 23:37:18 +0000 (05:37 +0600)
committerEric Wong <e@80x24.org>
Thu, 25 Feb 2021 09:47:35 +0000 (09:47 +0000)
commitf0731b9b653640afd8078aed994814b3049f230a
treec0f2435145204845e55ef5d7fcd0f62b0d85884b
parent335eff473d58fa2d9431cd119b8cc8ce855e7c72
lei q: auto-memoize remote messages into lei/store

This lets users avoid network traffic on subsequent searches at
the expense of local disk space.  --no-import-remote may be
specified to reverse this trade-off for users with little
storage.
MANIFEST
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiQuery.pm
lib/PublicInbox/LeiXSearch.pm
t/lei-q-remote-import.t [new file with mode: 0644]