Fix bug 455939 - Offline cache should synchronize in the background (hang every 4 minutes). r=philipp

This commit is contained in:
Ludovic Marcotte 2009-05-18 18:39:29 +02:00
Родитель ac6537c162
Коммит 0a1592c784
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -360,6 +360,8 @@ calDavCalendar.prototype = {
break;
case "organizerCN":
return null; // xxx todo
case "cache.updateTimer":
return getPrefSafe("calendar.autorefresh.timeout");
case "itip.transport":
if (this.hasAutoScheduling) {
return null;