mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2025-01-06 01:20:28 +05:30
Set max time to 60 seconds.
This commit is contained in:
parent
30d7c0323d
commit
3f4d431f7b
@ -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 New Issue
Block a user