Skip to content
Snippets Groups Projects
Commit a86ff2a8 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Corrected port number in configuration

parent 86e0096e
No related branches found
No related tags found
1 merge request!54Release 2.0.0
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment