michaelklishin / quartz-mongodb

A MongoDB-based store for the Quartz scheduler. This fork strives to be as feature complete as possible. Originally by MuleSoft.
Other
247 stars 199 forks source link

maxConnections per host #215

Open sameerch0407 opened 3 years ago

sameerch0407 commented 3 years ago

Hi,

Please help me to know that how can I specify 'Max database connection' in properties file, if I am using this library to connect to MongoDB. Because as per Best Pratice it is written in Quartz's Documentation that - "It is recommended that your Datasource max connection size be configured to be at least the number of worker threads in the thread pool plus three".