constants.py 195 B

123456789101112
  1. METRICS_PORT = 51000
  2. MAX_RETRIES = 5
  3. BACKOFF_SECS = 7
  4. MAX_LOG_LINES = 50
  5. PROXY_DNS_PORT = 9053
  6. MANAGEMENT_HOST_NAME = "management.argotunnel.com"
  7. def protocols():
  8. return ["http2", "quic"]