Files
spring-integration/spring-integration-ftp
Artem Bilan e561e86fc8 Fix FtpTestSupport for 421 error from server
We fail sporadically in some FTP tests against
embedded Mina FTP server.
Turns out there was not enough concurrent logins allowed
on the server instance.

* Change the `ConnectionConfig` for FTP server to allow `1024`
concurrent logins instead of `10` by default
2021-01-07 11:50:26 -05:00
..