mirror of
https://github.com/simple-login/app.git
synced 2025-02-25 00:03:03 +08:00
reduce sleep time between sl_sendmail failure
This commit is contained in:
parent
32fffeaa6e
commit
2cf1c4143a
1 changed files with 1 additions and 1 deletions
|
@ -1315,7 +1315,7 @@ def sl_sendmail(
|
|||
e,
|
||||
exc_info=True,
|
||||
)
|
||||
time.sleep(3)
|
||||
time.sleep(0.3)
|
||||
sl_sendmail(
|
||||
from_addr,
|
||||
to_addr,
|
||||
|
|
Loading…
Reference in a new issue