commit | aae343f4cd214f619d29570e3fbecb3c58fdce20 | [log] [tgz] |
---|---|---|
author | Sven Selberg <sven.selberg@axis.com> | Fri Dec 03 12:51:19 2021 +0000 |
committer | Sven Selberg <sven.selberg@axis.com> | Fri Dec 03 12:54:36 2021 +0000 |
tree | e943142cef91fedf984e25f5356c28b80a603b36 | |
parent | 6a90f9fd5f2f620affcd9116cd148fcfd5fffcf6 [diff] |
build.md: Use correct path for external_plugin_deps.bzl Remove unnecessary duplication of cache-chroniclemap. Change-Id: I028751c969a7e27995a8c657f79376c45d615644
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.