Skip to content

Commit

Permalink
fix: and yet another curl timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Berezovskyi <[email protected]>
  • Loading branch information
berezovskyi committed Oct 12, 2024
1 parent c56fcd5 commit 5824ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/scrape.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SCRIPT_PATH="$(readlink -f "$0")"
SCRIPT_DIR="$(dirname "${SCRIPT_PATH}")"

# "Accept: text/turtle, application/trig, application/rdf+xml;q=0.9, application/ld+json;q=0.9, application/n-triples;q=0.5, application/n-quads;q=0.5"
CURLOPT="-L --connect-timeout 10 --fail --silent --show-error"
CURLOPT="-L --connect-timeout 10 --max-time 60 --fail --silent --show-error"
# CURLOPT="-L --fail --silent -w %{stderr}%{http_code}"

main() {
Expand Down

0 comments on commit 5824ed7

Please sign in to comment.