commit | 90eff8597d2b8e11bb3e5f5e0702a4fadc793360 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Fri Jul 16 00:53:24 2021 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Fri Jul 16 00:54:04 2021 +0100 |
tree | 87c8c0e240d1c8b4e288de8ab521578085da34d6 | |
parent | cba4f1d0eaf84d1d1b0745391feacc04f8d932f4 [diff] |
Suppress unchecked, cast and rawtypes warnings Change-Id: Ice5cd178940989711cebf41527f3af503177d02d
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.