[CalendarServer-users] multiget limit on a large calendar not enough

Helge Heß me at helgehess.eu
Sat Jun 13 05:54:59 PDT 2009


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/


More information about the calendarserver-users mailing list