nextcloud / app_api

Nextcloud AppAPI
https://apps.nextcloud.com/apps/app_api
GNU Affero General Public License v3.0
81 stars 7 forks source link

Proxy: do not set timeout for requests to ExApp #357

Closed bigcat88 closed 3 months ago

bigcat88 commented 3 months ago

We forgot to change this in this PR: https://github.com/cloud-py-api/app_api/pull/277

For Proxy requests there should be no timeout, cause they are coming from user or external services and not from Nextcloud

Even if they will take a long time, Nextcloud instance will be not slow down