Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
aerosol committed May 23, 2024
1 parent 33e2feb commit f80022c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions lib/plausible/verification/checks/fetch_body.ex
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ defmodule Plausible.Verification.Checks.FetchBody do
[
base_url: url,
max_redirects: 2,
connect_options: [timeout: 8_000],
receive_timeout: 8_000,
max_retries: 3,
retry_log_level: :warning
],
Expand Down
3 changes: 1 addition & 2 deletions lib/plausible/verification/checks/installation.ex
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ defmodule Plausible.Verification.Checks.Installation do
}),
retry: :transient,
retry_log_level: :warning,
max_retries: 2,
receive_timeout: 6_000
max_retries: 2
]

extra_opts = Application.get_env(:plausible, __MODULE__)[:req_opts] || []
Expand Down

0 comments on commit f80022c

Please sign in to comment.