From a86ff2a8db65a67d24b34b77ae7145b09e986846 Mon Sep 17 00:00:00 2001 From: Lluis Gifre <lluis.gifre@cttc.es> Date: Mon, 25 Oct 2021 18:28:11 +0200 Subject: [PATCH] Corrected port number in configuration --- src/context/Config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context/Config.py b/src/context/Config.py index 9892899fd..1854d83bb 100644 --- a/src/context/Config.py +++ b/src/context/Config.py @@ -4,7 +4,7 @@ import logging LOG_LEVEL = logging.INFO # gRPC settings -GRPC_SERVICE_PORT = 10100 +GRPC_SERVICE_PORT = 1010 GRPC_MAX_WORKERS = 200 # multiple clients might keep connections alive for Get*Events() RPC methods GRPC_GRACE_PERIOD = 60 -- GitLab