[WO-588] use 25 messages update batches

This commit is contained in:
Felix Hammerl 2014-10-02 17:58:35 +02:00
parent 38d760364d
commit 9521d6b990
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ define(function(require) {
outboxMailboxName: 'Outbox',
outboxMailboxType: 'Outbox',
connDocTimeout: 5000,
imapUpdateBatchSize: 100
imapUpdateBatchSize: 25
};
/**