nar: Avoid opening the database an additional time.
authorLudovic Courtès <ludo@gnu.org>
Thu, 18 Jun 2020 09:58:41 +0000 (11:58 +0200)
committerLudovic Courtès <ludo@gnu.org>
Thu, 18 Jun 2020 12:48:17 +0000 (14:48 +0200)
commitd7fb5538013710288e91657499f0e04207115776
treeed2da2ae3887c2b2f1342a74a1fe0ce49cb80a14
parent97a46055ca9f72986740c26a5406b5138176ca61
nar: Avoid opening the database an additional time.

* guix/nar.scm (finalize-store-file): Call 'register-items' and pass it
DB.  This avoids opening the database a second time and hopefully
reduces contention on 'db.sqlite-shm'.
guix/nar.scm