mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 17:56:17 +01:00
added configuration for authorization cache
This commit is contained in:
@@ -112,6 +112,19 @@
|
|||||||
diskPersistent="false"
|
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
|
PluginCenter cache
|
||||||
average: 30K
|
average: 30K
|
||||||
|
|||||||
Reference in New Issue
Block a user