|
|
|
|
|
by pawelmi
1939 days ago
|
|
> That's a nice feature. But it can put a lot of load on your backend if you paginate over 10 of thousands of items. To prevent that, usually maximum page size is enforced on the server anyway and the client is informed about the actual page size in the metadata in the reply. |
|