Oops, timeouts are int64 nanoseconds.

This commit is contained in:
Alex Bramley 2011-07-21 21:59:01 +01:00
parent 5027646478
commit 9748f9c47e
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ type Conn struct {
SSLConfig *tls.Config
// Socket timeout, in seconds. Defaulted to 5m in New().
Timeout int
Timeout int64
// Set this to true to disable flood protection and false to re-enable
Flood bool