зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
b9854306a3
Коммит
68aa673b35
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче