mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
Fixed default shutdown timeout
- should be 60s (60000ms), not 600s (600000ms)
This commit is contained in:
parent
a255426c77
commit
226dc32ec5
@ -3,7 +3,7 @@
|
||||
"server": {
|
||||
"host": "127.0.0.1",
|
||||
"port": 2368,
|
||||
"shutdownTimeout": 600000
|
||||
"shutdownTimeout": 60000
|
||||
},
|
||||
"admin": {
|
||||
"redirects": true
|
||||
|
Loading…
Reference in New Issue
Block a user