commit | bd3ecf87b2c65ac39392eebd70b96e6d9ff9a0d2 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Sat Mar 05 10:51:41 2022 +0000 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Sat Mar 05 10:51:41 2022 +0000 |
tree | 82acd6ed8a87e1d66340f061a8e018b72ddb7de7 | |
parent | 8c7f2f0b8f171aff9d0d0a59866d0544debe3731 [diff] | |
parent | c957384647373b59875cc0bf438b013c2751661c [diff] |
Merge branch 'stable-3.3' into stable-3.4 * stable-3.3: Fix Flogger formatting of exception in AutoAdjustCachesCommand Change-Id: I95c6294a354c0317f07fc44f45ae9a854a18fd82
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.