From 555ce650fd991b3db612cdd3e91646b4d098d7fe Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 24 Apr 2023 14:48:14 +0200 Subject: [PATCH] switch order of two elements Signed-off-by: Simon L --- php/templates/includes/aio-config.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php/templates/includes/aio-config.twig b/php/templates/includes/aio-config.twig index 5f62cbf0..bd476571 100644 --- a/php/templates/includes/aio-config.twig +++ b/php/templates/includes/aio-config.twig @@ -21,10 +21,10 @@ Nextcloud currently has an upload limit of {{ nextcloud_upload_limit }} configured (for public link uploads. Bigger uploads are always possible when users are logged in). See the NEXTCLOUD_UPLOAD_LIMIT documentation on how to change this.

- Nextcloud currently 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.

- For Nextcloud, a memory limit of {{ nextcloud_memory_limit }} per PHP process is currently configured. See the NEXTCLOUD_MEMORY_LIMIT documentation on how to change this.

+ Nextcloud currently 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.

+ {% if is_dri_device_enabled == true %} The /dev/dri device which is needed for hardware transcoding is currently attached to the Nextcloud container. {% else %}