SetConnMaxLifetime sets the default maximum amount of time a connection may be reused.
(time.Duration)
| 40 | // SetConnMaxLifetime sets the default maximum amount of time a connection |
| 41 | // may be reused. |
| 42 | SetConnMaxLifetime(time.Duration) |
| 43 | |
| 44 | // ConnMaxLifetime returns the default maximum amount of time a connection |
| 45 | // may be reused. |
no outgoing calls
no test coverage detected