Managing the database connection pool

By default Pulse will now maintain 1 connection to the database at a minimum and 10 maximum. If a connection hasn’t been used for 60 seconds it will be disconnected.

New settings have been added to the config file (Pulse.cfg) to manage the database connection pool:

[DBConnectionPool]

MinimumIdle = 1

IdleTimeoutSeconds = 60

MaximumPoolSize = 10


Posted

in

, , ,

by

Tags: