diff --git a/services/sync/modules/service.js b/services/sync/modules/service.js index 4b792adf83..16d11d0141 100644 --- a/services/sync/modules/service.js +++ b/services/sync/modules/service.js @@ -1305,9 +1305,9 @@ Sync11Service.prototype = { // the server. // If we have no clusterURL, we are probably doing a node reassignment // so don't attempt to get it in that case. - if (this.clusterURL) { - this.identity.prefetchMigrationSentinel(this); - } + //if (this.clusterURL) { + // this.identity.prefetchMigrationSentinel(this); + //} // Now let's update our declined engines. let meta = this.recordManager.get(this.metaURL);