vsespb / mt-aws-glacier

Perl Multithreaded Multipart sync to Amazon Glacier
http://mt-aws.com/
GNU General Public License v3.0
536 stars 57 forks source link

Question: Is there a reason concurrency is capped at 30? #116

Closed CaptSpify closed 8 years ago

CaptSpify commented 8 years ago

Is there a reason concurrency is capped at 30? I'm needing to run more than 30 instances, and want to see if there's a reason I can't just arbitrarily up the limit?

Thanks

vsespb commented 8 years ago

Probably no reason. Try raise in ConfigDefinition.pm

CaptSpify commented 8 years ago

Yup, works like a charm. Thanks