Skip to content

Commit cd7134b

Browse files
committed
Support result set limiting from fetch
Right now the only way to do this is use take on the resulting observable from fetch but that still potentionally causes a lot of data transferred from the server. Doing the limiting on the server makes this a whole lot more efficient.
1 parent b4441db commit cd7134b

File tree

4 files changed

+373
-280
lines changed

4 files changed

+373
-280
lines changed

0 commit comments

Comments
 (0)