hpws udp visa implementation (#383)

This commit is contained in:
Chalith Desaman
2023-09-23 10:15:52 +05:30
committed by GitHub
parent e7e1268a99
commit ed974b0425
7 changed files with 76 additions and 29 deletions

View File

@@ -80,7 +80,7 @@ namespace usr
int start_listening()
{
ctx.server.emplace("User", conf::cfg.user.port, metric_thresholds, conf::cfg.user.max_bytes_per_msg,
conf::cfg.user.max_connections, conf::cfg.user.max_in_connections_per_host, false);
conf::cfg.user.max_connections, conf::cfg.user.max_in_connections_per_host, false, false);
if (ctx.server->start() == -1)
return -1;