What can I use to make this Consul limits : http_max_conns_per_client to no-limit value ?
From some sources I found it to be 65535 but I am not sure of this limits and want to make it Infinite. So can I use ‘0’ or ‘-1’ to make it infinite ?
"limits": {
"http_max_conns_per_client": 65535
}
Thanks In advance.