mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-27 09:49:09 +01:00
allow 10000 cache entries on disk for unknown caches
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
|
||||
<defaultCache
|
||||
maxEntriesLocalHeap="100"
|
||||
maxEntriesLocalDisk="1000"
|
||||
maxEntriesLocalDisk="10000"
|
||||
eternal="false"
|
||||
overflowToDisk="true"
|
||||
timeToIdleSeconds="1200"
|
||||
@@ -125,6 +125,7 @@
|
||||
timeToLiveSeconds="2400"
|
||||
diskPersistent="false"
|
||||
/>
|
||||
|
||||
<!--
|
||||
PluginCenter cache
|
||||
average: 30K
|
||||
|
||||
Reference in New Issue
Block a user