constants.py 195 B

1234567
  1. """Constants."""
  2. # After the connection is lost, log warnings after this many write()s.
  3. LOG_THRESHOLD_FOR_CONNLOST_WRITES = 5
  4. # Seconds to wait before retrying accept().
  5. ACCEPT_RETRY_DELAY = 1