Skip to content
Snippets Groups Projects
Commit 508937e7 authored by srosse's avatar srosse
Browse files

Merge OpenOLAT 8.4 to OpenOLAT default branch with cf4478d3fc80e4a55ba371748dc2a033c642745b

parents 0b27fac7 5c051411
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,7 @@ public class InfinispanCacher implements Cacher {
builder.locking().useLockStriping(false);
builder.locking().lockAcquisitionTimeout(15000);
builder.locking().isolationLevel(IsolationLevel.READ_COMMITTED);
builder.jmxStatistics().enable();
Configuration configurationOverride = builder.build();
cacheManager.defineConfiguration(cacheName, configurationOverride);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment