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
6e932a3c
Commit
6e932a3c
authored
4 years ago
by
srosse
Browse files
Options
Downloads
Patches
Plain Diff
OO-4759: adapt assessment test cache configuration to Infinispan 11.0
parent
67df36cc
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
+2
-6
2 additions, 6 deletions
src/main/resources/infinispan-config.xml
with
2 additions
and
6 deletions
src/main/resources/infinispan-config.xml
+
2
−
6
View file @
6e932a3c
...
@@ -66,18 +66,14 @@
...
@@ -66,18 +66,14 @@
<local-cache
name=
"QTIWorks@assessmentTests"
simple-cache=
"true"
statistics=
"true"
statistics-available=
"true"
>
<local-cache
name=
"QTIWorks@assessmentTests"
simple-cache=
"true"
statistics=
"true"
statistics-available=
"true"
>
<locking
isolation=
"READ_COMMITTED"
concurrency-level=
"1000"
acquire-timeout=
"15000"
striping=
"false"
/>
<locking
isolation=
"READ_COMMITTED"
concurrency-level=
"1000"
acquire-timeout=
"15000"
striping=
"false"
/>
<transaction
mode=
"NONE"
auto-commit=
"true"
/>
<transaction
mode=
"NONE"
auto-commit=
"true"
/>
<memory>
<memory
max-count=
"200"
when-full=
"REMOVE"
/>
<object
size=
"200"
strategy=
"REMOVE"
/>
</memory>
<expiration
max-idle=
"900000"
interval=
"15000"
/>
<expiration
max-idle=
"900000"
interval=
"15000"
/>
</local-cache>
</local-cache>
<local-cache
name=
"QTIWorks@xsltStylesheets"
simple-cache=
"true"
statistics=
"true"
statistics-available=
"true"
>
<local-cache
name=
"QTIWorks@xsltStylesheets"
simple-cache=
"true"
statistics=
"true"
statistics-available=
"true"
>
<locking
isolation=
"READ_COMMITTED"
concurrency-level=
"1000"
acquire-timeout=
"15000"
striping=
"false"
/>
<locking
isolation=
"READ_COMMITTED"
concurrency-level=
"1000"
acquire-timeout=
"15000"
striping=
"false"
/>
<transaction
mode=
"NONE"
auto-commit=
"true"
/>
<transaction
mode=
"NONE"
auto-commit=
"true"
/>
<memory>
<memory
max-count=
"200"
when-full=
"REMOVE"
/>
<object
size=
"200"
strategy=
"REMOVE"
/>
</memory>
<expiration
max-idle=
"1800000"
interval=
"15000"
/>
<expiration
max-idle=
"1800000"
interval=
"15000"
/>
</local-cache>
</local-cache>
...
...
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