Skip to content

Commit

Permalink
Update webhook.go
Browse files Browse the repository at this point in the history
  • Loading branch information
denopink authored Jan 8, 2024
1 parent ef75bb7 commit 53b207a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 53b207a

Please sign in to comment.