mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-23 17:59:25 -05:00
admin: remove Windows-specific note (#866)
Forgejo doesn't run on Windows, so this part is just a noise. Ref: https://codeberg.org/forgejo/forgejo/issues/712. Reviewed-on: https://codeberg.org/forgejo/docs/pulls/866 Reviewed-by: Otto <otto@codeberg.org> Reviewed-by: Robert Wolff <mahlzahn@posteo.de>
This commit is contained in:
parent
f58b896f32
commit
ac0870ad33
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ The following configuration set `Content-Type: application/vnd.android.package-a
|
|||
- `ACME_CA_ROOT`: **\<empty\>**: The CA's root certificate. If left empty, it defaults to using the system's trust chain.
|
||||
- `ALLOW_GRACEFUL_RESTARTS`: **true**: Perform a graceful restart on SIGHUP
|
||||
- `GRACEFUL_HAMMER_TIME`: **60s**: After a restart the parent process will stop accepting new connections and will allow requests to finish before stopping. Shutdown will be forced if it takes longer than this time.
|
||||
- `STARTUP_TIMEOUT`: **0**: Shuts down the server if startup takes longer than the provided time. On Windows setting this sends a waithint to the SVC host to tell the SVC host startup may take some time. Please note startup is determined by the opening of the listeners - HTTP/HTTPS/SSH. Indexers may take longer to startup and can have their own timeouts.
|
||||
- `STARTUP_TIMEOUT`: **0**: Shuts down the server if startup takes longer than the provided time. Please note startup is determined by the opening of the listeners - HTTP/HTTPS/SSH. Indexers may take longer to startup and can have their own timeouts.
|
||||
|
||||
## Database (`database`)
|
||||
|
||||
|
|
Loading…
Reference in a new issue