Skip to content

Commit 7b42f08

Browse files
committed
chore: Update max connection warning message
1 parent ea2ced9 commit 7b42f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/listen/proxy/renderer_interactive.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ func (r *InteractiveRenderer) OnConnectionWarning(activeRequests int32, maxConns
204204
// In interactive mode, warnings could be shown in TUI
205205
// For now, just log it
206206
log.WithField("prefix", "proxy.InteractiveRenderer").
207-
Warnf("High connection load: %d active requests (limit: %d)", activeRequests, maxConns)
207+
Warnf("High connection load detected: %d active requests (limit: %d) --max-connections=%d to increase the limit", activeRequests, maxConns)
208208
}
209209

210210
// Cleanup gracefully stops the TUI and restores terminal

0 commit comments

Comments
 (0)