Kurounin / Pagination

This package allows you to paginate the subscriptions over meteor's collections. It can be used in a Blaze template or in ReactJS.
MIT License
56 stars 22 forks source link

Is there anyway to set a limit on server publication? #83

Closed calvintechart closed 6 years ago

calvintechart commented 6 years ago

Hi Kurounin,

Let's say we have 1000 documents in our collection. Definately we don't want to publish all of them to client by "publishPagination" function at once.

So I wonder if there is an option to set this limit.

Thanks

Kurounin commented 6 years ago

Hi,

You can see a solution for that here https://github.com/Kurounin/Pagination/issues/66