From 16daa80afc50dc95e0ee9f6702cbf9fda8dae5fa Mon Sep 17 00:00:00 2001 From: James Agnew Date: Mon, 15 Oct 2018 08:38:16 -0400 Subject: [PATCH] Add changelog entry --- src/changes/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d65026daa2e..d49c4cbd483 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -76,6 +76,12 @@ could sometimes be opened and not returned to the pool immediately, leading to pool starvation if the operation was called many times in a row. + + A new setting has been added to the JPA server DaoConfig that causes the server + to keep certain searches "warm" in the cache. This means that the search will + be performed periodically in the background in order to keep a reasonably fresh copy + of the results in the query cache. +