Skip to content

Commit

Permalink
Moved disk store path cache_store into the data folder (#598)
Browse files Browse the repository at this point in the history
Although it is not used at the moment.

Change-Id: Id6d4d09c87647e1c7b7a68404568b9fdc5b3a3dc
  • Loading branch information
margaretha committed Apr 16, 2024
1 parent da1571c commit 94b46fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- Added KoralQuery check when updating VC (solved #676)
- Setup vc-cache in the data folder (#598)
- Changed generating adminToken in the data folder (#598).
- Moved disk store path cache_store into the data folder (#598)


# version 0.73
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/ehcache.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<defaultCache eternal='true' overflowToDisk='false' />
<!--maxBytesLocalHeap="200M" -->
<diskStore path="./cache_store" />
<diskStore path="./data/cache_store" />


<!-- EM -->
Expand Down

0 comments on commit 94b46fe

Please sign in to comment.