commit | b5ef5184f2c411a9c4888352d98fc1748bec86ee | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Fri Jul 16 00:55:43 2021 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Fri Jul 16 00:56:12 2021 +0100 |
tree | 9758d085cfb9dd9b20012819404c212f548b1078 | |
parent | 90eff8597d2b8e11bb3e5f5e0702a4fadc793360 [diff] |
Fix references to put method in JavaDoc Change-Id: Id99bf08cab44c40dbf9d430052befe51e6f6ed75
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.