commit | cba4f1d0eaf84d1d1b0745391feacc04f8d932f4 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Fri Jul 16 00:45:50 2021 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Fri Jul 16 00:46:10 2021 +0100 |
tree | aa1866b06115b9adb4238d73ccc23c2054579e8b | |
parent | fd49bfcd7b00f294c2b403563f8c1b89b8bc7fe5 [diff] |
Remove unused variable and method in test Change-Id: I12ebf922c79cf605a16ec3fbcd7ef12dca70ef2d
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.