Skip to content

Commit

Permalink
chore: Fix configuration of EhCache 3 (V1) (#3118)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Jareš <pavel.jares@broadcom.com>
  • Loading branch information
pj892031 authored Oct 2, 2023
1 parent f04fef7 commit 4924a66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gateway-service/src/main/resources/ehcache.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xmlns='http://www.ehcache.org/v3'
xsi:schemaLocation="http://www.ehcache.org/v3 http://www.ehcache.org/schema/ehcache-core-3.0.xsd">
xsi:schemaLocation="http://www.ehcache.org/v3 http://www.ehcache.org/schema/ehcache-core-3.6.xsd">

<persistence directory="${ehcache.disk.store.dir}"/>

Expand All @@ -20,6 +20,7 @@
<heap unit="MB">1</heap>
<disk unit="MB" persistent="true">10</disk>
</resources>
<disk-store-settings writer-concurrency="1" disk-segments="1"></disk-store-settings>
</cache>

<cache alias="validationJwtToken">
Expand Down

0 comments on commit 4924a66

Please sign in to comment.