Skip to content

Commit

Permalink
lower timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Whoops committed Oct 16, 2024
1 parent a206988 commit 3f1cfb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ if config_env() == :prod do
queue_target: 30_000,
queue_interval: 120_000,
log: :info,
timeout: :infinity
timeout: 15_000

config :arrow,
shape_storage_prefix_env: System.get_env("S3_PREFIX"),
Expand Down

0 comments on commit 3f1cfb0

Please sign in to comment.