commit | c99d99b22c49ca00f6ac769376cc9496ef511b3c | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Fri Jul 16 00:57:25 2021 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Fri Jul 16 00:58:02 2021 +0100 |
tree | 48e6d15c0b8e1f7edcaca042dd54f22a6f203b70 | |
parent | b5ef5184f2c411a9c4888352d98fc1748bec86ee [diff] |
Add serialVersionUID in inner anonymous class Change-Id: I9924e67ce7739d360b775f97110813ed7901998c
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.