mirror of
https://github.com/Sheldan/Sissi.git
synced 2026-01-25 10:06:01 +00:00
updating for Debra 2023 campaign adding internal rest api for debra information adding a debra button to receive information
24 lines
692 B
XML
24 lines
692 B
XML
<config
|
|
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
|
|
xmlns='http://www.ehcache.org/v3'
|
|
xsi:schemaLocation="
|
|
http://www.ehcache.org/v3
|
|
http://www.ehcache.org/schema/ehcache-core-3.8-1.xsd">
|
|
<cache uses-template="default" alias="donation-cache">
|
|
<expiry>
|
|
<ttl unit="seconds">120</ttl>
|
|
</expiry>
|
|
|
|
<resources>
|
|
<heap unit="entries">5</heap>
|
|
</resources>
|
|
</cache>
|
|
<cache-template name="default">
|
|
<expiry>
|
|
<ttl unit="seconds">600</ttl>
|
|
</expiry>
|
|
<resources>
|
|
<heap>50</heap>
|
|
</resources>
|
|
</cache-template>
|
|
</config> |