owncloud-docker / php

Base image for a general PHP stack
MIT License
5 stars 5 forks source link

default_socket_timeout is not set #35

Closed jnweiger closed 3 years ago

jnweiger commented 3 years ago

Followup in https://github.com/owncloud-ansible/php/issues/18:

In ansible, we set max_execution_time and default_socket_timeout to 3600 seconds, In docker, we leave them at 30 and 60 seconds respectively. We should do the same here.

Can lead to issues with e.g. ICAP connections.

jnweiger commented 3 years ago

Not sure if that should go into here, actually. Our docker config is scattered across multiple repos.

It probably should go into base, which has an owncloud specific


/etc/php/7.4/mods-available/owncloud.ini:max_execution_time = 3600