Allow specifying a custom buffer size for the updates channel

This commit is contained in:
Syfaro 2017-01-27 11:40:09 -06:00
parent f57724f783
commit f5c6a478a0
2 changed files with 10 additions and 7 deletions

View file

@ -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
}