Skip to content

Commit

Permalink
Update RDF4J driver HTTP client connection pool defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsoft committed Sep 14, 2023
1 parent 2d173a4 commit ba0b148
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ public class Constants {
*
* @see Rdf4jOntoDriverProperties#MAX_CONNECTION_POOL_SIZE
*/
public static final int DEFAULT_MAX_CONNECTIONS = 5;
public static final int DEFAULT_MAX_CONNECTIONS = 20;

/**
* Default connection request timeout (in milliseconds).
*
* @see Rdf4jOntoDriverProperties#CONNECTION_REQUEST_TIMEOUT
*/
public static final int DEFAULT_CONNECTION_REQUEST_TIMEOUT = 1000;
public static final int DEFAULT_CONNECTION_REQUEST_TIMEOUT = 30000;

private Constants() {
throw new AssertionError();
Expand Down

0 comments on commit ba0b148

Please sign in to comment.