Smartling's API has a limit of 50 concurrent file transfers and I was finding that the 10 transfers that was configured in grunt-smartling-sdk was causing some files to be returned with an error:
MAX_OPERATIONS_LIMIT_EXCEEDED
Changing the number to 5 fixed it for me, but I created a PR that would allow it to be configurable: #1
Smartling's API has a limit of 50 concurrent file transfers and I was finding that the 10 transfers that was configured in
grunt-smartling-sdkwas causing some files to be returned with an error:Changing the number to 5 fixed it for me, but I created a PR that would allow it to be configurable: #1