reduce delay between mails

(taken from change made on server)
This commit is contained in:
Frédéric Péters 2020-12-29 12:05:35 +01:00
parent e70895101b
commit 7c5c21fd3b
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ def strip_string(str):
# is to try to make the sequence of mails we send out in order
# actually get delivered in order. The waiting is done in a forked
# subprocess and doesn't stall completion of the main script.
EMAIL_DELAY = 5
EMAIL_DELAY = 0.02
# Some line that can never appear in any email we send out
EMAIL_BOUNDARY="---@@@--- labs-git-email ---@@@---\n"