mirror of
https://gitlab.com/mangadex-pub/mangadex_at_home.git
synced 2024-01-19 02:48:37 +00:00
Update sample wording
This commit is contained in:
parent
486626f57e
commit
61316f5f27
|
@ -3,7 +3,7 @@
|
||||||
"client_hostname": "0.0.0.0", // "0.0.0.0" is the default and binds to everything
|
"client_hostname": "0.0.0.0", // "0.0.0.0" is the default and binds to everything
|
||||||
"client_port": 443, // 443 is recommended if possible
|
"client_port": 443, // 443 is recommended if possible
|
||||||
"client_external_port": 0, //443 is recommended; This port will be send to mdah-backend.
|
"client_external_port": 0, //443 is recommended; This port will be send to mdah-backend.
|
||||||
//You need to forward this to the client_port in your router; This is optional
|
//You need to forward this to the client_port in your router - 0 uses `client_port`
|
||||||
"threads": 16,
|
"threads": 16,
|
||||||
"graceful_shutdown_wait_seconds": 60, // Time from graceful shutdown start to force quit
|
"graceful_shutdown_wait_seconds": 60, // Time from graceful shutdown start to force quit
|
||||||
// This rounds down to 15-second increments
|
// This rounds down to 15-second increments
|
||||||
|
|
Loading…
Reference in a new issue