Skip to content

Commit

Permalink
Added MaxIdleConnsPerHost
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelycode committed Nov 15, 2016
1 parent 597da59 commit 1588875
Show file tree
Hide file tree
Showing 4 changed files with 5,372 additions and 2 deletions.
1 change: 1 addition & 0 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ type Config struct {
EnableBundleDownloader bool `bson:"enable_bundle_downloader" json:"enable_bundle_downloader"`
AllowRemoteConfig bool `bson:"allow_remote_config" json:"allow_remote_config"`
LegacyEnableAllowanceCountdown bool `bson:"legacy_enable_allowance_countdown" json:"legacy_enable_allowance_countdown"`
MaxIdleConnsPerHost int `bson:"max_idle_connections_per_host" json:"max_idle_connections_per_host"`
}

type CertData struct {
Expand Down
1 change: 0 additions & 1 deletion coprocess_python_api.c

This file was deleted.

Loading

0 comments on commit 1588875

Please sign in to comment.