This commit is contained in:
AioExp 2026-04-10 15:14:30 +00:00 committed by GitHub
commit f09c9dffa1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -366,17 +366,17 @@
defaultObservatory: {
subjectSelector: [],
probeURL: "https://www.google.com/generate_204",
probeInterval: "10m",
probeInterval: "10s",
enableConcurrency: true
},
defaultBurstObservatory: {
subjectSelector: [],
pingConfig: {
destination: "https://www.google.com/generate_204",
interval: "30m",
interval: "15s",
connectivity: "http://connectivitycheck.platform.hicloud.com/generate_204",
timeout: "10s",
sampling: 2
timeout: "5s",
sampling: 5
}
}
},
@ -865,7 +865,7 @@
newTemplateSettings.burstObservatory.subjectSelector = newTemplateSettings.burstObservatory.subjectSelector.filter(s => s != oldTag);
}
if (balancer.strategy && balancer.strategy != 'random') {
if (balancer.strategy && balancer.strategy != 'leastPing') {
tmpBalancer.strategy = {
'type': balancer.strategy
};