diff options
| author | klm | 1998-07-02 23:29:09 +0000 |
|---|---|---|
| committer | klm | 1998-07-02 23:29:09 +0000 |
| commit | 86dd7ee81aabda993767f2bc8a4a73b3bf0b450b (patch) | |
| tree | bdfc6afe0a9aaff5f105d4529dc7b0642e7c3fe7 | |
| parent | 502e4af57f4e35bad543c3944d6eee4c1f0a05a4 (diff) | |
| download | mailman-86dd7ee81aabda993767f2bc8a4a73b3bf0b450b.tar.gz mailman-86dd7ee81aabda993767f2bc8a4a73b3bf0b450b.tar.zst mailman-86dd7ee81aabda993767f2bc8a4a73b3bf0b450b.zip | |
Cosmetic addition of info about the purpose of the REFRACT and TRIES
vars.
| -rwxr-xr-x | mail/deliver | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/deliver b/mail/deliver index 29db6b656..263147064 100755 --- a/mail/deliver +++ b/mail/deliver @@ -34,8 +34,9 @@ together recipients in the same major domain as much as possible. import os, sys -TRIES = 5 +# Settings for pauses during process-depletion (error.EAGAIN) condition. REFRACT = 15 # Seconds between fork retries. +TRIES = 5 # Number of times to retry ## # Debugging - os.fork can run out or resources, double check the provisions. ## import paths |
