Skip to content

Commit

Permalink
set timeout to 15s
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshull committed Jan 4, 2024
1 parent 6a6972c commit a8a7383
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ if config_env() == :prod do
configuration_endpoints: [
conn_opts: [
host: redis_host,
port: 6379
port: 6379,
timeout: 15_000
]
]
],
Expand Down

0 comments on commit a8a7383

Please sign in to comment.