Hi Akiii,
The default value of Max Pool size is 100. You can set it to a higher number also so far as performance of the server is not a issue.
A sample connection string for SQL Server:
DATA SOURCE=(LOCAL);Initial Catalog=w3mentorDB;User ID=root;Password=****;Max Pool SIZE=75;Min Pool SIZE=5;
Regards,
Bharathi