Skip to content

Commit 571ad3c

Browse files
chore(railway): reduce healthcheckTimeout to 60s
1 parent dd91e10 commit 571ad3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railway.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ builder = "nixpacks"
44
[deploy]
55
startCommand = "bash start.sh"
66
healthcheckPath = "/api/health"
7-
healthcheckTimeout = 300
7+
healthcheckTimeout = 60
88
restartPolicyType = "on_failure"
99
restartPolicyMaxRetries = 10

0 commit comments

Comments
 (0)