Loading src/context/Config.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
src/context/Config.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading