Skip to content

Commit 14cfee2

Browse files
committed
修复token过期问题
1 parent 77eb649 commit 14cfee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func New(options Options) (client *Client, err error) {
4848
}
4949

5050
if options.ExpireTime == 0 {
51-
options.ExpireTime = 6000 * time.Second
51+
options.ExpireTime = 6000
5252
}
5353

5454
if options.MonitorOpen && options.MonitorLogExpireTime == 0 {

0 commit comments

Comments
 (0)