mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Set max time to 60 seconds.
This commit is contained in:
parent
30d7c0323d
commit
3f4d431f7b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
CURLOPTS=(-i -s -S -o /dev/null -f -w "%{http_code}\tTime:\t%{time_starttransfer}\t%{url_effective}\n")
|
CURLOPTS=(-i -s -S --max-time 60 -o /dev/null -f -w "%{http_code}\tTime:\t%{time_starttransfer}\t%{url_effective}\n")
|
||||||
HOST="127.0.0.1:8080"
|
HOST="127.0.0.1:8080"
|
||||||
|
|
||||||
# Healthcheck Test
|
# Healthcheck Test
|
||||||
|
|
Loading…
Reference in a new issue