commit | c0ccaf143d12d1000443217f5d9a2efdaa3e849f | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Tue Aug 10 02:12:04 2021 +0300 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Tue Aug 10 18:47:42 2021 +0000 |
tree | 8f5e657618bc862b54316a5bd08de9bf179e8677 | |
parent | 69d6f585f1a167c2afef409caa70a37fd4c4ed8d [diff] |
DRY out common functions between servlets H2MigrationServlet and AutoAdjustCachesServlet had two static methods in common candidate to be DRY-ed out. Introduce a new utility class HttpServletOps that allows to centralise some common utility methods to be reused across classes. Change-Id: I1a74cf972ca31f9e1b2b2cccdf1c806e17f458bb
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.