Add changelog entry

This commit is contained in:
James Agnew 2018-10-15 08:38:16 -04:00
parent b44e96a5cd
commit 16daa80afc
1 changed files with 6 additions and 0 deletions

View File

@ -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.
</action>
<action type="add">
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.
</action>
</release>
<release version="3.5.0" date="2018-09-17">