nextcloud / files_lock

GNU Affero General Public License v3.0
24 stars 8 forks source link

Avoid fetching all locks from the database #58

Closed juliushaertl closed 2 years ago

juliushaertl commented 2 years ago

Fetching all locks will be quite heavy on larger instances and instead we can fetch them by file id instead of doing the filtering on the PHP side.