Skip to content

Commit

Permalink
Fix typo aio-config.twig
Browse files Browse the repository at this point in the history
Signed-off-by: Jehu Marcos Herrera Puentes <[email protected]>
  • Loading branch information
JMarcosHP authored Oct 21, 2024
1 parent 51fc521 commit 6f538db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/templates/includes/aio-config.twig
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<p>Nextcloud has a timeout of {{ nextcloud_max_time }} seconds configured (important for big file uploads). See the <a href="https://github.com/nextcloud/all-in-one#how-to-adjust-the-max-execution-time-for-nextcloud">NEXTCLOUD_MAX_TIME documentation</a> on how to change this.</p>

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

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

Expand Down

0 comments on commit 6f538db

Please sign in to comment.