mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-05 20:00:55 +01:00
increase cache time
This commit is contained in:
@@ -136,10 +136,10 @@
|
||||
|
||||
<cache
|
||||
name="sonia.cache.repository.changesets"
|
||||
maxElementsInMemory="10000"
|
||||
maxElementsInMemory="20000"
|
||||
eternal="false"
|
||||
overflowToDisk="false"
|
||||
timeToLiveSeconds="5400"
|
||||
timeToLiveSeconds="86400"
|
||||
diskPersistent="false"
|
||||
/>
|
||||
|
||||
@@ -148,7 +148,7 @@
|
||||
maxElementsInMemory="10000"
|
||||
eternal="false"
|
||||
overflowToDisk="false"
|
||||
timeToLiveSeconds="5400"
|
||||
timeToLiveSeconds="86400"
|
||||
diskPersistent="false"
|
||||
/>
|
||||
|
||||
@@ -157,7 +157,7 @@
|
||||
maxElementsInMemory="1000"
|
||||
eternal="false"
|
||||
overflowToDisk="false"
|
||||
timeToLiveSeconds="5400"
|
||||
timeToLiveSeconds="86400"
|
||||
diskPersistent="false"
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user