Skip to content

Commit

Permalink
Test query-pool after fix #1300
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyasnikov authored Jun 21, 2024
1 parent b268b4b commit 751ba5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/query/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func defaults() *Config {
sessionCreateTimeout: DefaultSessionCreateTimeout,
sessionDeleteTimeout: DefaultSessionDeleteTimeout,
trace: &trace.Query{},
useSessionPool: false,
useSessionPool: true,
}
}

Expand Down

0 comments on commit 751ba5f

Please sign in to comment.