Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OLAT CI-CD Testing Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lars Oliver Dam
OLAT CI-CD Testing Project
Commits
85542a6f
Commit
85542a6f
authored
9 years ago
by
srosse
Browse files
Options
Downloads
Plain Diff
Merge OpenOLAT 10.2 to OpenOLAT default branch with 41ccd3376595f94a0a9d55f1e1e038c89f8e506d
parents
24ef7950
9d4106c8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/resources/infinispan-config.xml
+30
-0
30 additions, 0 deletions
src/main/resources/infinispan-config.xml
with
30 additions
and
0 deletions
src/main/resources/infinispan-config.xml
+
30
−
0
View file @
85542a6f
...
@@ -11,6 +11,36 @@
...
@@ -11,6 +11,36 @@
<jmxStatistics
enabled=
"true"
/>
<jmxStatistics
enabled=
"true"
/>
</default>
</default>
<!-- Hibernate caches -->
<namedCache
name=
"local-query"
>
<locking
isolationLevel=
"READ_COMMITTED"
concurrencyLevel=
"1000"
lockAcquisitionTimeout=
"15000"
useLockStriping=
"false"
/>
<eviction
maxEntries=
"10000"
strategy=
"LRU"
/>
<expiration
maxIdle=
"100000"
wakeUpInterval=
"5000"
/>
<transaction
transactionMode=
"NON_TRANSACTIONAL"
/>
</namedCache>
<namedCache
name=
"timestamps"
>
<!--
<clustering mode="replication">
<async/>
</clustering>
-->
<locking
isolationLevel=
"READ_COMMITTED"
concurrencyLevel=
"1000"
lockAcquisitionTimeout=
"15000"
useLockStriping=
"false"
/>
<!-- Don't ever evict modification timestamps -->
<eviction
strategy=
"NONE"
/>
<expiration
wakeUpInterval=
"0"
/>
<!-- Explicitly non transactional -->
<transaction
transactionMode=
"NON_TRANSACTIONAL"
/>
<!-- State transfer forces all replication calls to be synchronous,
so for calls to remain async, use a cluster cache loader instead -->
<persistence
passivation=
"false"
>
<!--
<cluster remoteCallTimeout="20000" />
-->
</persistence>
</namedCache>
<!-- Our own caches -->
<namedCache
name=
"MapperService@mapper"
>
<namedCache
name=
"MapperService@mapper"
>
<locking
isolationLevel=
"READ_COMMITTED"
concurrencyLevel=
"1000"
lockAcquisitionTimeout=
"15000"
useLockStriping=
"false"
/>
<locking
isolationLevel=
"READ_COMMITTED"
concurrencyLevel=
"1000"
lockAcquisitionTimeout=
"15000"
useLockStriping=
"false"
/>
<eviction
maxEntries=
"1000"
strategy=
"LRU"
/>
<eviction
maxEntries=
"1000"
strategy=
"LRU"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment