spaghettidba / WorkloadTools

A collection of tools to collect, analyze and replay SQL Server workloads, on premises and in the cloud
MIT License
234 stars 53 forks source link

Parameterize max pool size #101

Closed thed000d closed 3 years ago

thed000d commented 3 years ago

Updating SqlConnectionInto support a MaxPoolSize parameter. This maintains the default of 500 that was in ReplayConsumer.

Addresses #98

spaghettidba commented 3 years ago

Great contribution, thank you!

thed000d commented 3 years ago

Could you create a new release with this addition please?

spaghettidba commented 3 years ago

Done! https://github.com/spaghettidba/WorkloadTools/releases/tag/v1.5.12

thed000d commented 3 years ago

Thanks!