mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-08 00:22:11 +01:00
use copy on read for repository api caches to fix reference problems with pre processor api
This commit is contained in:
@@ -161,6 +161,8 @@
|
||||
diskPersistent="false"
|
||||
/>
|
||||
|
||||
<!-- new repository api -->
|
||||
|
||||
<cache
|
||||
name="sonia.cache.cmd.log"
|
||||
maxElementsInMemory="20000"
|
||||
@@ -168,6 +170,7 @@
|
||||
overflowToDisk="false"
|
||||
timeToLiveSeconds="86400"
|
||||
diskPersistent="false"
|
||||
copyOnRead="true"
|
||||
/>
|
||||
|
||||
<cache
|
||||
@@ -177,6 +180,7 @@
|
||||
overflowToDisk="false"
|
||||
timeToLiveSeconds="86400"
|
||||
diskPersistent="false"
|
||||
copyOnRead="true"
|
||||
/>
|
||||
|
||||
<cache
|
||||
@@ -186,6 +190,7 @@
|
||||
overflowToDisk="false"
|
||||
timeToLiveSeconds="86400"
|
||||
diskPersistent="false"
|
||||
copyOnRead="true"
|
||||
/>
|
||||
|
||||
</ehcache>
|
||||
|
||||
Reference in New Issue
Block a user