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": {
"host": "127.0.0.1",
"port": 2368,
"shutdownTimeout": 600000
"shutdownTimeout": 60000
},
"admin": {
"redirects": true