mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-02-25 16:34:36 +08:00
Increased cursor page size
This commit is contained in:
parent
1197ffbdb0
commit
bb59b538e6
1 changed files with 1 additions and 1 deletions
|
@ -112,5 +112,5 @@ module.exports = {
|
||||||
LONG_COMMAND_NOTIFY_TTL: 1 * 60 * 1000,
|
LONG_COMMAND_NOTIFY_TTL: 1 * 60 * 1000,
|
||||||
|
|
||||||
// when paging through a large list, how many entries to request per page
|
// when paging through a large list, how many entries to request per page
|
||||||
CURSOR_MAX_PAGE_SIZE: 250
|
CURSOR_MAX_PAGE_SIZE: 2500
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue