Skip to content

Commit

Permalink
feat: increase broadcast interval to 5s
Browse files Browse the repository at this point in the history
  • Loading branch information
KaylaBrady committed Oct 2, 2024
1 parent da02a7f commit b1e22d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ config :mobile_app_backend,
config :mobile_app_backend, MobileAppBackend.AppCheck,
jwks_url: "https://firebaseappcheck.googleapis.com/v1/jwks"

config :mobile_app_backend, predictions_broadcast_interval_ms: 10_000
config :mobile_app_backend, predictions_broadcast_interval_ms: 5_000

config :mobile_app_backend, MBTAV3API.ResponseCache,
gc_interval: :timer.hours(1),
Expand Down

0 comments on commit b1e22d8

Please sign in to comment.