Skip to content
Snippets Groups Projects
Config.py 194 B
Newer Older
# General settings
LOG_LEVEL = logging.WARNING

Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
GRPC_SERVICE_PORT = 2020
GRPC_MAX_WORKERS  = 10
GRPC_GRACE_PERIOD = 60
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
METRICS_PORT = 9192