Skip to content
Unverified Commit 990f4a18 authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

More efficient group share resolving



When resolving a group share to the user group share we used to do this
on a per share basis. Now we try to do this for all group shares at
once. Of course still chunked.

Before: N incomming group shares this would mean 1 + N queries
Now: N incomming roups shares this would mean 1 + 1 queries

Signed-off-by: default avatarRoeland Jago Douma <roeland@famdouma.nl>
parent a0b34dfd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment