Increased cursor page size

This commit is contained in:
Andris Reinman 2021-10-12 19:36:51 +03:00
parent 1197ffbdb0
commit bb59b538e6
No known key found for this signature in database
GPG key ID: DC6C83F4D584D364

View file

@ -112,5 +112,5 @@ module.exports = {
LONG_COMMAND_NOTIFY_TTL: 1 * 60 * 1000,
// when paging through a large list, how many entries to request per page
CURSOR_MAX_PAGE_SIZE: 250
CURSOR_MAX_PAGE_SIZE: 2500
};