Skip to content

Commit

Permalink
Set default values
Browse files Browse the repository at this point in the history
  • Loading branch information
UBaggeler committed Oct 28, 2020
1 parent 6043c90 commit 1ec7dcc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ public abstract class WSCloudBaseConfig extends WSBaseConfig {
@Value("${ws.cloud.base.config.publicKey.fromCertificate:true}")
private boolean publicKeyFromCertificate;

@Value("${datasource.maximumPoolSize}")
@Value("${datasource.maximumPoolSize:5}")
int dataSourceMaximumPoolSize;

@Value("${datasource.connectionTimeout}")
@Value("${datasource.connectionTimeout:30000}")
int dataSourceConnectionTimeout;

@Value("${datasource.leakDetectionThreshold:0}")
Expand Down

0 comments on commit 1ec7dcc

Please sign in to comment.