mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +01:00
added configuration for authorization cache
This commit is contained in:
@@ -111,7 +111,20 @@
|
||||
timeToLiveSeconds="60"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user