Skip to content

Commit 1be10e1

Browse files
authored
fix: bump ets flush interval (#1702)
1 parent 1707b55 commit 1be10e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/config.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ config :gen_rpc,
8282
async_call_inactivity_timeout: 300_000
8383

8484
config :prom_ex, :storage_adapter, Realtime.PromEx.Store
85+
config :realtime, Realtime.PromEx, ets_flush_interval: 90_000
8586

8687
# Import environment specific config. This must remain at the bottom
8788
# of this file so it overrides the configuration defined above.

0 commit comments

Comments
 (0)