[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2026-01-21 14:04:56 +00:00 committed by GitHub
parent 166a1901b9
commit def053af79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3325,7 +3325,11 @@ message HealthCheckResponse {
// 1. Loading monitor data from server (isLoadingMonitor flag) // 1. Loading monitor data from server (isLoadingMonitor flag)
// 2. User explicitly edited the interval value (editedValue flag) // 2. User explicitly edited the interval value (editedValue flag)
// This respects the user's choice of low intervals they've confirmed // This respects the user's choice of low intervals they've confirmed
if (!this.isLoadingMonitor && !this.lowIntervalConfirmation.editedValue && this.monitor.interval < calculatedPingInterval) { if (
!this.isLoadingMonitor &&
!this.lowIntervalConfirmation.editedValue &&
this.monitor.interval < calculatedPingInterval
) {
this.monitor.interval = calculatedPingInterval; this.monitor.interval = calculatedPingInterval;
// Notify the user that the interval has been automatically adjusted // Notify the user that the interval has been automatically adjusted