mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-16 12:22:17 +01:00
typos in documentation
This commit is contained in:
@@ -25,7 +25,8 @@ This environment variable accepts any string that can be turned into a port numb
|
||||
|
||||
## Disable Google Chrome
|
||||
|
||||
In order to save some resources, the Gotenberg image accepts the environment variable `DISABLE_GOOGLE_CHROME`.
|
||||
In order to save some resources, the Gotenberg image accepts the environment variable `DISABLE_GOOGLE_CHROME`
|
||||
for disabling Google Chrome.
|
||||
|
||||
It takes the strings `"0"` or `"1"` as value where `1` means `true`
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ Gotenberg provides the endpoint `/convert/html` for HTML conversions.
|
||||
|
||||
It accepts `POST` requests with a `multipart/form-data` Content-Type.
|
||||
|
||||
> **Attention:** currently, Google Chrome headless misbehaves if there are too many concurrent conversions.
|
||||
> **Attention:** currently, Google Chrome misbehaves if there are too many concurrent conversions.
|
||||
> That's why for HTML, [URL](#url) and [Markdown](#markdown) conversions, the API does only 6 conversions at a time.
|
||||
> The more concurrent requests, the more `504` HTTP codes the API will return.
|
||||
>
|
||||
|
||||
@@ -35,4 +35,4 @@ For instance:
|
||||
]
|
||||
```
|
||||
|
||||
> if `LOG_LEVEL` is NOT `"DEBUG"`, no log entries are written.
|
||||
> if `LOG_LEVEL` is **not** `"DEBUG"`, no log entries are written.
|
||||
Reference in New Issue
Block a user