diff --git a/lib/plausible/application.ex b/lib/plausible/application.ex index b65d8c4a7fe9..60a5247b10e7 100644 --- a/lib/plausible/application.ex +++ b/lib/plausible/application.ex @@ -38,6 +38,7 @@ defmodule Plausible.Application do Plausible.Cache.Adapter.child_specs(:sessions, :cache_sessions, ttl_check_interval: :timer.seconds(10), global_ttl: :timer.minutes(30), + n_lock_partitions: 1, ets_options: [read_concurrency: true, write_concurrency: true] ), warmed_cache(Plausible.Site.Cache,