]> Sergey Matveev's repositories - public-inbox.git/commit
search: remove {over_ro} field
authorEric Wong <e@80x24.org>
Wed, 2 Sep 2020 11:04:17 +0000 (11:04 +0000)
committerEric Wong <e@80x24.org>
Thu, 3 Sep 2020 20:11:03 +0000 (20:11 +0000)
commit53c1b42f1f8bf5b50acbf25cbe77e70ca15d5c77
treec425afe0d88ef2a16e790ad9628480a302117d0e
parent80b887f29b2ec71d025b4c266a1c26314758994c
search: remove {over_ro} field

Only inbox accesses the read-only {over}, now, instead of going
through ->search.  This simplifies our object graph and avoids
potentially redundant FDs and DB handles pointing to the same
over.sqlite3 file.
lib/PublicInbox/Inbox.pm
lib/PublicInbox/Search.pm