commit | fd49bfcd7b00f294c2b403563f8c1b89b8bc7fe5 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Fri Jul 16 00:43:20 2021 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Fri Jul 16 00:43:54 2021 +0100 |
tree | 55fed1b1660e25ef9e09ee0a2a2e26458e2e63b0 | |
parent | 73f5e586bbe310343d1353000125e11f3f9f7c75 [diff] |
Assert return value when creating project in test Change-Id: I6297d25e4ce700dc906cda43caa19fac418ec799
Non-blocking and super-fast on-disk cache libModule for Gerrit Code Review based on ChronicleMap on-disk implementation.
This libModule is built like a Gerrit in-tree plugin, using Bazelisk. See the build instructions for more details.
Install the chronicle-map module into the $GERRIT_SITE/lib
directory.
Add the cache-chroniclemap module to $GERRIT_SITE/etc/gerrit.config
as follows:
[gerrit] installModule = com.googlesource.gerrit.modules.cache.chroniclemap.ChronicleMapCacheModule
For further information and supported options, refer to config documentation.
You can check how to migrate from H2 to chronicle-map here.