Changes between Version 1 and Version 2 of Ticket #21271, comment 3
- Timestamp:
- Oct 16, 2013, 12:55:54 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21271, comment 3
v1 v2 1 This looks like an interesting ticket! The PR is currently missing tests. So, I'll work on writing up tests in a new PR.1 This looks like an interesting ticket! The PR is currently missing a test. I've merged @edevil's PR into a new one here + a test: https://github.com/django/django/pull/1758 2 2 3 3 In the current PR, the timeout is set to 60 seconds; it's hard-coded in. On the email backend side, should any action happen (such as closing the smtp email-backend connection) when that time limit of 60 seconds is reached?