geotaxdb poolsize set

The geotaxdb poolsize set command sets the pool size for a configured Enterprise Tax Module database. The pool size is the maximum number of concurrent requests allowed to a database.

Usage

geotaxdb poolsize set --n name --s poolsize
RequiredArgumentDescription
Yes--n nameSpecifies the name of the database.
No--s poolsizeSets the pool size (specified as an integer value) of the database. The default is 4.

Example

This example sets the poolsize to '3' for the "ETM_CENTRUS_PTS" database.

geotaxdb poolsize set --n ETM_CENTRUS_PTS --s 3