]> source.dussan.org Git - nextcloud-server.git/commit
Run stat less often for objectstorages 22729/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Tue, 8 Sep 2020 12:38:36 +0000 (14:38 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Tue, 8 Sep 2020 12:38:36 +0000 (14:38 +0200)
commit9fdeed8cc063874bd46598e3134d9f90b9cbd7aa
treed7ea7edaf22784a1af811cc688d53390fab62a81
parent6540c397aa3e60d75dcb4aa22bd10437b496cd5d
Run stat less often for objectstorages

When we want to get the permissions we now do stat at least 5 times for
each entry. Which is a bit much. Especially since the permssions are all
just in the database already.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
lib/private/Files/ObjectStore/ObjectStoreStorage.php