Bug 579209 - Blue "i" for delayed node assignment disappears on sync [r=mconnor]

Explicitly set the NO_SYNC_NODE sync status to keep the "i".
This commit is contained in:
Edward Lee 2010-07-15 17:02:06 -07:00
Родитель b9854306a3
Коммит 68aa673b35
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -1292,6 +1292,7 @@ WeaveSvc.prototype = {
// if we don't have a node, get one. if that fails, retry in 10 minutes
if (this.clusterURL == "" && !this._setCluster()) {
Status.sync = NO_SYNC_NODE_FOUND;
this._scheduleNextSync(10 * 60 * 1000);
return;
}