Skip to content

Commit

Permalink
Change default for logTooMuchResultSetsThreshold to 0 (no log)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapac committed Dec 27, 2021
1 parent b5e57c8 commit 721239d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class DatabaseConfig private constructor(
* The error log will contain the stacktrace of the place in the code where new result set occurs, and it exceeds the threshold.
* 0 value means no log needed
*/
var logTooMuchResultSetsThreshold: Int = 1,
var logTooMuchResultSetsThreshold: Int = 0,
)

companion object {
Expand Down

0 comments on commit 721239d

Please sign in to comment.