From 6f538db042a9d55da254dd44e0d8dc0d4f39f656 Mon Sep 17 00:00:00 2001 From: Jehu Marcos Herrera Puentes <58377032+JMarcosHP@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:37:40 -0600 Subject: [PATCH] Fix typo aio-config.twig Signed-off-by: Jehu Marcos Herrera Puentes <58377032+JMarcosHP@users.noreply.github.com> --- php/templates/includes/aio-config.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/templates/includes/aio-config.twig b/php/templates/includes/aio-config.twig index 19aa272b584..f7f24759906 100644 --- a/php/templates/includes/aio-config.twig +++ b/php/templates/includes/aio-config.twig @@ -28,7 +28,7 @@

Nextcloud has a timeout of {{ nextcloud_max_time }} seconds configured (important for big file uploads). See the NEXTCLOUD_MAX_TIME documentation on how to change this.

-

Nextcloud has simultaneous file limit of {{ nextcloud_max_file_uploads }} files per single request. See the href="https://github.com/nextcloud/all-in-one#how-to-adjust-the-php-max-file-uploads-limit-for-nextcloud">NEXTCLOUD_MAX_FILE_UPLOADS documentation on how to change this.

+

Nextcloud has a simultaneous file limit of {{ nextcloud_max_file_uploads }} files per single request. See the href="https://github.com/nextcloud/all-in-one#how-to-adjust-the-php-max-file-uploads-limit-for-nextcloud">NEXTCLOUD_MAX_FILE_UPLOADS documentation on how to change this.

Nextcloud has a chunk size of {{ nextcloud_chunk_size }} configured for file uploads. See the href="https://github.com/nextcloud/all-in-one#how-to-adjust-the-file-upload-chunk-size-for-nextcloud">NEXTCLOUD_CHUNK_SIZE documentation on how to change this.