You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:Changing the number to 5 fixed it for me, but I created a PR that would allow it to be configurable: #1
The text was updated successfully, but these errors were encountered: