mirror of
https://github.com/moparisthebest/mail
synced 2025-01-30 22:50:17 -05:00
[WO-588] use 25 messages update batches
This commit is contained in:
parent
38d760364d
commit
9521d6b990
@ -179,7 +179,7 @@ define(function(require) {
|
|||||||
outboxMailboxName: 'Outbox',
|
outboxMailboxName: 'Outbox',
|
||||||
outboxMailboxType: 'Outbox',
|
outboxMailboxType: 'Outbox',
|
||||||
connDocTimeout: 5000,
|
connDocTimeout: 5000,
|
||||||
imapUpdateBatchSize: 100
|
imapUpdateBatchSize: 25
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user