commit | d02181c8d22770d219db1990a5492ffd5614f24e | [log] [tgz] |
---|---|---|
author | Jacek Centkowski <geminica.programs@gmail.com> | Tue Feb 01 17:39:35 2022 +0000 |
committer | Antonio Barone <syntonyze@gmail.com> | Tue Feb 01 20:35:03 2022 +0000 |
tree | 899dad6290d4bc39ece2a0b4a175f1b4f9db4085 | |
parent | 0cb659f69618c3fba5905bda6d19b3700be56c19 [diff] |
Remove LoadingCache casts Change-Id: Id39c82f015d7b0d934485c70026fa362e21c83aa
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.