vjsrinath / sails-orientdb

An waterline adapter for orient db
Other
10 stars 5 forks source link

pool supported in connection configuration? #6

Closed martingg88 closed 9 years ago

martingg88 commented 9 years ago

can i know connection configuration here support of "pool" feature in Orientdb?

vjsrinath commented 9 years ago

set "max" key in your connection configuration to specify maximum how many connections can be created and kept in the pool.

martingg88 commented 9 years ago

thanks...