Skip to content

Commit

Permalink
[SWM-426] Remove maxBytesLocalHeap field in ehcache configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
D-w-nJ committed Feb 29, 2024
1 parent 79f55f2 commit 0f4435b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/resources/ehcache.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
name="VideoInfoGetter"
maxElementsInMemory="100000"
maxElementsOnDisk="0"
maxBytesLocalHeap="200"
eternal="false"
statistics="false"
timeToIdleSeconds="3600"
Expand All @@ -29,7 +28,6 @@
name="PlaylistInfoGetter"
maxElementsInMemory="100000"
maxElementsOnDisk="0"
maxBytesLocalHeap="200"
eternal="false"
statistics="false"
timeToIdleSeconds="3600"
Expand Down

0 comments on commit 0f4435b

Please sign in to comment.