0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Fixed default shutdown timeout

- should be 60s (60000ms), not 600s (600000ms)
This commit is contained in:
Daniel Lockyer 2020-08-10 13:00:02 +01:00
parent a255426c77
commit 226dc32ec5

View file

@ -3,7 +3,7 @@
"server": { "server": {
"host": "127.0.0.1", "host": "127.0.0.1",
"port": 2368, "port": 2368,
"shutdownTimeout": 600000 "shutdownTimeout": 60000
}, },
"admin": { "admin": {
"redirects": true "redirects": true