From f198a5f01ede0b1fd8da2e6ae54b3c37a1f1a702 Mon Sep 17 00:00:00 2001 From: amvanbaren Date: Mon, 4 Nov 2024 17:34:35 +0200 Subject: [PATCH] Add file caches --- configuration/ehcache.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/configuration/ehcache.xml b/configuration/ehcache.xml index c0752420..dcf54a0a 100644 --- a/configuration/ehcache.xml +++ b/configuration/ehcache.xml @@ -80,4 +80,40 @@ 8 + + + 1 + + + + org.eclipse.openvsx.cache.ExpiredFileListener + ASYNCHRONOUS + UNORDERED + EXPIRED + EVICTED + REMOVED + + + + 150 + + + + + 1 + + + + org.eclipse.openvsx.cache.ExpiredFileListener + ASYNCHRONOUS + UNORDERED + EXPIRED + EVICTED + REMOVED + + + + 20 + + \ No newline at end of file