cloud-py-api / app_api

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

Set the default timeout for requests to ExApps if none is set. #277

Open bigcat88 opened 1 month ago

bigcat88 commented 1 month ago

Work in progress - DO NO MERGE IT

  1. W8 for new version of ContextChat that will override timeouts and set its own where the default value(3 s) does not suit it.
  2. Add timeout in FileEventsListener.php: requestToExAppAsync
  3. Review and add timeouts for every our call to requestToExApp inside AppAPI