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:
parent
a255426c77
commit
226dc32ec5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue