From 0f4435b57f0e706d081e6d9edff503e4555d986c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8C=E1=85=A5=E1=86=BC=E1=84=83=E1=85=AE=E1=84=8B?= =?UTF-8?q?=E1=85=AF=E1=86=AB?= Date: Fri, 1 Mar 2024 01:53:44 +0900 Subject: [PATCH] [SWM-426] Remove maxBytesLocalHeap field in ehcache configuration file --- src/main/resources/ehcache.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/resources/ehcache.xml b/src/main/resources/ehcache.xml index bb45de7..fa45a9e 100644 --- a/src/main/resources/ehcache.xml +++ b/src/main/resources/ehcache.xml @@ -16,7 +16,6 @@ name="VideoInfoGetter" maxElementsInMemory="100000" maxElementsOnDisk="0" - maxBytesLocalHeap="200" eternal="false" statistics="false" timeToIdleSeconds="3600" @@ -29,7 +28,6 @@ name="PlaylistInfoGetter" maxElementsInMemory="100000" maxElementsOnDisk="0" - maxBytesLocalHeap="200" eternal="false" statistics="false" timeToIdleSeconds="3600"