From 090ff3da138b7a50661a8759a6506542277f7497 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Thu, 31 Oct 2019 17:44:11 +0100 Subject: [PATCH] fixing typos in markdown files too --- build/docs/content/12-scalability.md | 4 ++-- docs/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/docs/content/12-scalability.md b/build/docs/content/12-scalability.md index 7b30ef41..b1a062fc 100644 --- a/build/docs/content/12-scalability.md +++ b/build/docs/content/12-scalability.md @@ -5,10 +5,10 @@ title: Scalability The API uses under the hood intricate programs. Gotenberg tries to abstract as much complexity as possible but it can -only do it to a certain extend. +only do it to a certain extent. For instance, [Office](#office) and [Merge](#merge) endpoints will start respectively as many LibreOffice (unoconv) and PDTk -instances are there are requests. The limitation here is the available memory and CPU usage. +instances as there are requests. The limitation here is the available memory and CPU usage. On another hand, for the [HTML](#html), [URL](#url) and [Markdown](#markdown) endpoints, the API does only 6 conversions in parallel. Indeed, Google Chrome misbehaves if there are too many concurrent conversions. diff --git a/docs/index.html b/docs/index.html index 531944f4..fe626bfb 100755 --- a/docs/index.html +++ b/docs/index.html @@ -1521,4 +1521,4 @@ restart your Gotenberg instances from time to time to ensure a nominal behaviour - + \ No newline at end of file