Try the following, as per my blog article Max worker threads for SFTP, MQSC or DB in BizTalk
- Have a dedicated host for receive locations using SFTP
- Increase the Maximum Worker threads setting to 500 on that host instance
- Check how frequently you poll (the default is 5 seconds), increase the delay if that is not needed.
- Put a schedule on to only poll during the periods you need.
- Disable message body tracking if it is not needed.