MCPcopy
hub / github.com/bradfitz/gomemcache / maxIdleConns

Method maxIdleConns

memcache/memcache.go:251–256  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

249}
250
251func (c *Client) maxIdleConns() int {
252 if c.MaxIdleConns > 0 {
253 return c.MaxIdleConns
254 }
255 return DefaultMaxIdleConns
256}
257
258// ConnectTimeoutError is the error type used when it takes
259// too long to connect to the desired host. This level of

Callers 1

putFreeConnMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected