Commit a86ff2a8 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Corrected port number in configuration

parent 86e0096e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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