remove discover.zen.ping_timeout setting from master
This commit is contained in:
@ -51,8 +51,13 @@ function setConfig(ref, target) {
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
target.options = _.merge({}, defaultOpts, target.options);
|
||||
|
||||
if (minorV === 'master') {
|
||||
delete target.options.config['discovery.zen.ping_timeout'];
|
||||
}
|
||||
|
||||
if (target.options.branch && !target.options.version) {
|
||||
target.options.fresh = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user