[][src]Function actix_tls::max_concurrent_tls_connect

pub fn max_concurrent_tls_connect(num: usize)

Sets the maximum per-worker concurrent TLS connection limit.

All listeners will stop accepting connections when this limit is reached. It can be used to regulate the global TLS CPU usage.

By default, the connection limit is 256.