File: constants.py

package info (click to toggle)
python-trollius 2.1~b1-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,524 kB
  • ctags: 3,115
  • sloc: python: 21,533; ansic: 1,142; makefile: 182; sh: 44
file content (7 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
"""Constants."""

# After the connection is lost, log warnings after this many write()s.
LOG_THRESHOLD_FOR_CONNLOST_WRITES = 5

# Seconds to wait before retrying accept().
ACCEPT_RETRY_DELAY = 1