fixed the config measurements

This commit is contained in:
Natalia Ovchinnikova 2023-05-18 17:53:42 +03:00
parent 55a9b72804
commit 89aea82818

View File

@ -1041,13 +1041,13 @@
</tr>
<tr>
<td><div class="copy-link" id="services-CoAuthoring-server-limits_tempfile_upload"><code>services.CoAuthoring.server.limits_tempfile_upload</code></div></td>
<td>Defines a maximum size for all the uploaded temporary files used by each process (measured in kB).</td>
<td>Defines a maximum size for all the uploaded temporary files used by each process (measured in bytes).</td>
<td>integer</td>
<td><code>104857600</code></td>
</tr>
<tr>
<td><div class="copy-link" id="services-CoAuthoring-server-limits_image_size"><code>services.CoAuthoring.server.limits_image_size</code></div></td>
<td>Defines a maximum size for all the images uploaded in each process (measured in kB).</td>
<td>Defines a maximum size for all the images uploaded in each process (measured in bytes).</td>
<td>integer</td>
<td><code>26214400</code></td>
</tr>
@ -2320,7 +2320,7 @@
</tr>
<tr>
<td><div class="copy-link" id="services-CoAuthoring-editor-maxChangesSize"><code>services.CoAuthoring.editor.maxChangesSize</code></div></td>
<td>Defines a limit on the total size of the changes made to the document (measured in bytes). When the limit is exceeded, the user receives a dialog box with a suggestion to cancel the last action or switch to the offline mode. This setting is disabled by default.</td>
<td>Defines a limit on the total size of the changes made to the document. When the limit is exceeded, the user receives a dialog box with a suggestion to cancel the last action or switch to the offline mode. This setting is disabled by default.</td>
<td>string</td>
<td><code>"0mb"</code></td>
</tr>