Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Feb 23, 2024
1 parent 0815016 commit 1616c23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 4 additions & 3 deletions docker/conf/cloudbeaver-conf/cloudbeaver.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
url: "jdbc:h2:${workspace}/.data/cb.h2v2.dat",
initialDataConfiguration: "conf/initial-data.conf",
pool: {
minIdleConnections: 4,
maxIdleConnections: 10,
maxConnections: 100,
minIdleConnections: 1,
maxIdleConnections: 2,
maxConnections: 10,
validationQuery: "SELECT 1"
}
},
Expand Down Expand Up @@ -79,6 +79,7 @@
sqlTextPreviewMaxLength: 4096,
sqlBinaryPreviewMaxLength: 261120
},

enabledAuthProviders: [
"local"
],
Expand Down
3 changes: 1 addition & 2 deletions docker/conf/cloudbeaver-conf/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
<root level="INFO">
<appender-ref ref="CONSOLE"/>
</root>

</configuration>
</configuration>

0 comments on commit 1616c23

Please sign in to comment.