diff --git a/backend/pkg/notification/sending.go b/backend/pkg/notification/sending.go index 75507747a..2c6b57e9e 100644 --- a/backend/pkg/notification/sending.go +++ b/backend/pkg/notification/sending.go @@ -493,7 +493,7 @@ func SendTestWebhookNotification(ctx context.Context, userId types.UserId, webho if err != nil { return err } - if count > 10 { + if count > 100 { return fmt.Errorf("rate limit has been exceeded") }