Skip to content

Commit 6ae9484

Browse files
authored
perf: reduce SavedSearches.Cache limit (#3071)
1 parent bee5779 commit 6ae9484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logflare/saved_searches/cache.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ defmodule Logflare.SavedSearches.Cache do
1717
hooks:
1818
[
1919
if(stats, do: Utils.cache_stats()),
20-
Utils.cache_limit(100_000)
20+
Utils.cache_limit(10_000)
2121
]
2222
|> Enum.filter(& &1),
2323
expiration: Utils.cache_expiration_min()

0 commit comments

Comments
 (0)