« Return to Thread: multiget limit on a large calendar not enough

Re: multiget limit on a large calendar not enough

by Helge Heß :: Rate this Message:

Reply to Author | View in Thread

On 13.06.2009, at 13:07, Jan Bätzner wrote:
> Any Ideas how to get around this?


Split your calendar.

Really, its a bug in Lightning. It should fetch events in smaller  
batches for various reasons. We use a batchsize=32 for fetches  
triggered interactively and a batchsize up to 256 items for fetches in  
the background. This seems to be reasonable sizing (gives reasonable  
windows for user interactivity even during the calendar fetch).

Oh, and when the single large multiget is split into multiple, they  
could also check whether multiget is available at all and fall back to  
individual GETs if not :-) This way it might finally work with plain  
Apache.

Thanks,
   Helge
--
Helge Hess
http://zideone.com/
_______________________________________________
calendarserver-users mailing list
calendarserver-users@...
http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users

 « Return to Thread: multiget limit on a large calendar not enough