Commit 87c99e0
committed
feat: Improve sharings retrieval performances
When dealing with large sharings, requesting the list of sharings can be
quite slow, i.e. several seconds. This is because by default this route
returns the list of *all* shared docs. So if we deal with thousands of
docs, this is slow to compute and transmit.
We do not need this list of shared docs, so let's disable it.1 parent 5b93519 commit 87c99e0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
0 commit comments