added configuration for authorization cache

This commit is contained in:
Sebastian Sdorra
2013-03-04 20:06:22 +01:00
parent 1d27d5d581
commit 3ad8dcfbf5

View File

@@ -112,6 +112,19 @@
diskPersistent="false"
/>
<!--
Authorization cache
average: 3K
-->
<cache
name="sonia.cache.authorizing"
maxEntriesLocalHeap="1000"
eternal="false"
overflowToDisk="false"
timeToIdleSeconds="1200"
timeToLiveSeconds="2400"
diskPersistent="false"
/>
<!--
PluginCenter cache
average: 30K