Skip to content

Commit

Permalink
Change default session pool config
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiee committed Oct 13, 2022
1 parent 6de34c1 commit 211316b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func NewSessionPoolConf(username, password string, opts ...SessionPoolConfOption
timeOut: 0 * time.Millisecond,
idleTime: 0 * time.Millisecond,
maxSize: 30,
minSize: 0,
minSize: 1,
hostIndex: 0,
}

Expand Down

0 comments on commit 211316b

Please sign in to comment.