nextcloud / app_api

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

fix: disable caching if APCu detected #348

Closed bigcat88 closed 1 month ago

bigcat88 commented 1 month ago

We do not disable caches in other places as in CLI only /ex_apps cache is used.

Linked issue: https://github.com/cloud-py-api/app_api/issues/291

bigcat88 commented 1 month ago

It would also be a good idea to first create a separate PR with tests that will fail and merge it, and then rebase this PR and make sure that this fix works - this will help you avoid falling into the same hole in the future.