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

speed: removed debug logging to `aa_debug.log` #320

Closed bigcat88 closed 2 months ago

bigcat88 commented 2 months ago

For every incoming request to the cloud, we do an extra read from the database. For every outgoing request, we do the same.

Anyway, we haven’t used this thing once in a year; it’s easier to remove it than to transfer this flag to the ex_app table to optimize speed.