mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-03 17:29:22 -05:00
Update docs/services/frontend/_index.md
Co-authored-by: Phil Davis <phil@jankaritech.com>
This commit is contained in:
committed by
GitHub
parent
322924d1c3
commit
30b41dc21c
@@ -22,7 +22,7 @@ The OCS endpoint implements the open collaboration services API in a backwards c
|
||||
|
||||
### Sharing
|
||||
|
||||
Aggregating share information as one of the most time consuming operations in OCIS. The service fetches a list of either received or created shares and has to stat every resource individually. While stats are fast, the default behavior scales linear with the number of shares.
|
||||
Aggregating share information is one of the most time consuming operations in OCIS. The service fetches a list of either received or created shares and has to stat every resource individually. While stats are fast, the default behavior scales linearly with the number of shares.
|
||||
|
||||
To save network trips the sharing implementation can cache the stat requests with an in memory cache or in redis. It will shorten the response time by the network rountrip overhead at the cost of the API only eventually being updated.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user