File: constants.py

package info (click to toggle)
postfix-mta-sts-resolver 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 536 kB
  • sloc: python: 3,069; sh: 226; makefile: 47
file content (6 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
HARD_RESP_LIMIT = 64 * 1024
CHUNK = 4096
QUEUE_LIMIT = 128
REQUEST_LIMIT = 1024
DOMAIN_QUEUE_LIMIT = 1000
MIN_PROACTIVE_FETCH_INTERVAL = 1