Merge pull request #4769 from nextcloud/enh/noid/increase-default_socket_timeout

nextcloud: increase the default_socket_timeout
This commit is contained in:
Simon L 2024-06-06 11:43:46 +02:00 committed by GitHub
commit 6f52c02bb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -118,6 +118,7 @@ RUN set -ex; \
echo 'post_max_size=${PHP_UPLOAD_LIMIT}'; \
echo 'max_execution_time=${PHP_MAX_TIME}'; \
echo 'max_input_time=${PHP_MAX_TIME}'; \
echo 'default_socket_timeout=600'; \
} > /usr/local/etc/php/conf.d/nextcloud.ini; \
\
{ \