commit | be4dd6d2aa948813bb8822696264868c7f6e983a | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Sat Aug 07 00:25:29 2021 +0300 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Sat Aug 07 00:25:40 2021 +0300 |
tree | 57b59fd3d9388389e253914af754f0e2146a1271 | |
parent | 616f1136571f20bc573de8de7c5c70ac41644bfa [diff] |
Remove empty char at EOL in docs Change-Id: I36cb3b1f5a413559bd4820648903f55ef576c72a
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.