I am new with erlang. I am trying to tune my erlang configuration for achieving higher connection rates on my mongooseim server. I found some people suggested to increase the async thread a little bit and enabling kernel poll. When I log into my erlang shell I see:
Erlang/OTP 17 [erts-6.3] [source] [64-bit] [smp:2:2] [async-threads:10] [kernel-poll:false]
now how can I increase async-threads to lets say 50 and turn on kernel-poll ?