github.com/cs3org/reva/v2@v2.27.7/changelog/2.11.0_2022-11-03/improve-listing-received-shares.md (about)

     1  Bugfix: Improve performance when listing received shares
     2  
     3  We improved the performance when listing received shares by getting rid of
     4  superfluous GetPath calls and sending stat request directly to the storage
     5  provider instead of the SharesStorageProvider.
     6  
     7  https://github.com/cs3org/reva/pull/3218