http-terminator
http-terminator copied to clipboard
The default value for `gracefulTerminationTimeout ` is `1000` in codes but `5000` in docs.
Is it a typo in codes or docs?
Someone should add a CI test to verify the values are in sync.
Also please add a commented out option // gracefulTerminationTimeout: … // msec
to all the usage examples, so when people copy them they don't have to scroll up to then copy that long option name separately.