Allow specifying a custom buffer size for the updates channel
This commit is contained in:
parent
f57724f783
commit
f5c6a478a0
2 changed files with 10 additions and 7 deletions
|
@ -768,8 +768,8 @@ type UpdateConfig struct {
|
|||
|
||||
// WebhookConfig contains information about a SetWebhook request.
|
||||
type WebhookConfig struct {
|
||||
URL *url.URL
|
||||
Certificate interface{}
|
||||
URL *url.URL
|
||||
Certificate interface{}
|
||||
MaxConnections int
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue