Skip to content

Commit a6333eb

Browse files
authored
Merge pull request #3131 from nextcloud/enh/2740/davstorage-timeout
set davstorage.request_timeout to the same value like PHP_MAX_TIME
2 parents 620a800 + 5f57fcd commit a6333eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Containers/nextcloud/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ php /var/www/html/occ config:system:set updatedirectory --value="/nc-updater"
476476

477477
# Apply network settings
478478
echo "Applying network settings..."
479+
php /var/www/html/occ config:system:set davstorage.request_timeout --value="$PHP_MAX_TIME" --type=int
479480
php /var/www/html/occ config:system:set trusted_domains 1 --value="$NC_DOMAIN"
480481
php /var/www/html/occ config:system:set overwrite.cli.url --value="https://$NC_DOMAIN/"
481482
php /var/www/html/occ config:system:set htaccess.RewriteBase --value="/"

0 commit comments

Comments
 (0)