No more prereleases

This commit is contained in:
Girish Ramakrishnan
2018-10-24 15:27:09 -07:00
parent ee517da4f4
commit 91ad94f978
4 changed files with 3 additions and 33 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ var gDefaults = (function () {
retentionSecs: 2 * 24 * 60 * 60, // 2 days
intervalSecs: 24 * 60 * 60 // ~1 day
};
result[exports.UPDATE_CONFIG_KEY] = { prerelease: false };
result[exports.UPDATE_CONFIG_KEY] = {};
result[exports.APPSTORE_CONFIG_KEY] = {};
result[exports.CAAS_CONFIG_KEY] = {};
result[exports.EMAIL_DIGEST] = true;