diff --git a/src/context/Config.py b/src/context/Config.py index 9892899fdec0419ea2332547f6c9141a060d7a3e..1854d83bbe6f8015e7749de2c747e823ce573d95 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