sylvainlaurent / JDBC-Performance-Logger

A JDBC driver wrapper and GUI to analyze statement performance
Apache License 2.0
84 stars 26 forks source link

Set custom limit statements #42

Open mkassighian opened 10 years ago

mkassighian commented 10 years ago

Currently the limit of statements is 20'000. In some case we want to increase this threshold. Maybe it will be a good idea to create a menu where we can set king of parameters

sylvainlaurent commented 10 years ago

There's no menu but there's a System property maxLoggedStatements as explained in the README.