From 6fc8921d1ac40c4ba7018a71292998b1d4c57f31 Mon Sep 17 00:00:00 2001 From: Rafal Korytkowski Date: Wed, 19 Jul 2023 12:10:39 +0200 Subject: [PATCH] FM2-572 Added docs --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1d2f5fcc0..4c5117641 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,11 @@ than their XML equivalents, where possible. In addition to the default libraries, we should use [Lombok](https://projectlombok.org/) where feasible to avoid having to write so much repetitive code. +Deployment +------------ +For performance reasons it is recommended to set **hibernate.cache.use_query_cache=true** for openmrs-core versions lower than 2.6.2, where it is set by default. It is to benefit from caching of result counts. You can set it via [OpenMRS runtime properties](https://wiki.openmrs.org/display/docs/Overriding+OpenMRS+Default+Runtime+Properties). + + Unit Testing ------------