We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77eb649 commit 14cfee2Copy full SHA for 14cfee2
client.go
@@ -48,7 +48,7 @@ func New(options Options) (client *Client, err error) {
48
}
49
50
if options.ExpireTime == 0 {
51
- options.ExpireTime = 6000 * time.Second
+ options.ExpireTime = 6000
52
53
54
if options.MonitorOpen && options.MonitorLogExpireTime == 0 {
0 commit comments