diff --git a/lib/consts.js b/lib/consts.js index 6cd4f073..6af2e078 100644 --- a/lib/consts.js +++ b/lib/consts.js @@ -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 };