github.com/cs3org/reva/v2@v2.27.7/changelog/1.16.0_2021-11-19/gateway-create-home-cache.md (about)

     1  Enhancement: Cache whether a user home was created or not
     2  
     3  Previously, on every call, we used to stat the user home to make sure that it
     4  existed. Now we cache it for a given amount of time so as to avoid repeated
     5  calls.
     6  
     7  https://github.com/cs3org/reva/pull/2248