nosql.connectionPoolSize property
Specifies the number of connections in the JDBC connection pool that is managed by the JSON API instance. If you use the NoSQLClient.getDB(URL, username , password) property, the API creates a JDBC connection pool and manages it for the database.
If the program needs another connection and no connections are available in the pool, the connection request must wait until a connection is returned to the pool. Keeping the value of the property too low might reduce concurrency. Setting the value too high might exceed the database connection limits and cause errors.
Default
20
Example
Set the connection pool size to
20:
nosql.connPoolSize=20