On Wed, Apr 02, 2008 at 11:28:07AM +1030, Stephen Carr wrote:
> Apr  2 10:31:14 brooks sync_client[23049]: Hit upload limit 0 at UID
> 101775 for user.XXX, sending

Btw - you can get the same effect as applying the patch by putting 
the following in your imapd.conf:

sync_batch_size: 4294967295

Yeah, that magic number is (2^32 - 1) INT_MAX in other words.  This is
what the patch does anyway.

(or you can set it somewhere middling.  We set it to 1000)

Regards,

Bron.
----
Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to