From 4ac60815611d67f99ce9ba8bbafcd779f6193618 Mon Sep 17 00:00:00 2001 From: Pale Moon Date: Fri, 4 Nov 2016 21:04:26 +0100 Subject: [PATCH] Stop fxa migrator prefetch call. This resolves #653. --- services/sync/modules/service.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);