retry setting memory of services
This commit is contained in:
@@ -450,7 +450,9 @@ function setPlatformConfig(platformConfig, callback) {
|
||||
settingsdb.set(exports.PLATFORM_CONFIG_KEY, JSON.stringify(platformConfig), function (error) {
|
||||
if (error) return callback(error);
|
||||
|
||||
addons.updateServiceConfig(platformConfig, callback);
|
||||
callback(null); // updating service config can take a while
|
||||
|
||||
addons.updateServiceConfig(platformConfig);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user