Skip to content

Commit 127b50c

Browse files
authored
Fix SamplingCache read concurrency (#5959)
1 parent 121ef8d commit 127b50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plausible/application.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ defmodule Plausible.Application do
151151
adapter_opts: [
152152
n_lock_partitions: 1,
153153
ttl_check_interval: false,
154-
read_concurrency: true
154+
ets_options: [read_concurrency: true]
155155
],
156156
warmers: [
157157
refresh_all:

0 commit comments

Comments
 (0)