Remove caching because it does not affect performance and may be even worse in some...
[akkoma] / lib / pleroma / application.ex
index ad27972091e4913e9e3683d8509cfd919b33739e..5f9518914d20bfbf06b4fff63a1efbda8d13e31a 100644 (file)
@@ -84,6 +84,17 @@ defmodule Pleroma.Application do
           ],
           id: :cachex_scrubber
         ),
+        worker(
+          Cachex,
+          [
+            :metadata_cache,
+            [
+              limit: 2500,
+              default_ttl: :timer.minutes(15)
+            ]
+          ],
+          id: :cachex_metadata
+        ),
         worker(
           Cachex,
           [