• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1"""Constants."""
2
3# After the connection is lost, log warnings after this many write()s.
4LOG_THRESHOLD_FOR_CONNLOST_WRITES = 5
5
6# Seconds to wait before retrying accept().
7ACCEPT_RETRY_DELAY = 1
8