mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
fix: do not exceed max fly timeout (5 minutes) (#1658)
* fix: do not exceed max fly timeout (5 minutes) * chore: update kill timeout comment
This commit is contained in:
parent
660db06815
commit
1817d10301
1 changed files with 2 additions and 2 deletions
4
fly.toml
4
fly.toml
|
|
@ -6,8 +6,8 @@
|
|||
app = 'nwc'
|
||||
primary_region = 'lax'
|
||||
swap_size_mb = 2048
|
||||
# Add a kill timeout 30s longer than LDK node shutdown timeout
|
||||
kill_timeout = 330
|
||||
# Add a kill timeout longer than LDK node shutdown timeout to ensure Alby Hub gracefully shuts down
|
||||
kill_timeout = 300
|
||||
|
||||
[build]
|
||||
image = 'ghcr.io/getalby/hub:latest'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue