From 53b207a3bf7ca9799e00c4f496694f3041719edc Mon Sep 17 00:00:00 2001 From: Owen Cabalceta Date: Mon, 8 Jan 2024 14:17:07 -0500 Subject: [PATCH] Update webhook.go --- webhook.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/webhook.go b/webhook.go index 6f14bbe..c8ddb49 100644 --- a/webhook.go +++ b/webhook.go @@ -46,9 +46,6 @@ type WebhookConfig struct { // MaxMesasges is the maximum number of events that will be sent in a single batch. // Default value will set no maximum value. MaxMesasges int `json:"max_messages"` - // maxTotalBytes is the maximum batch size in bytes that will be sent. - // Default value will set no maximum value. - MaxTotalBytes int `json:"max_total_bytes"` } `json:"batch"` // DNSSrvRecord is the substructure for configuration related to load balancing.