Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@@ -24,7 +24,7 @@ type PingManager struct {
failures map[string]int
}
const pingFailureThreshold = 5
const pingFailureThreshold = 3
func NewPingManager() *PingManager {
pm := &PingManager{
The note is not visible to the blocked user.