Changes between Version 1 and Version 2 of Ticket #21271, comment 3


Ignore:
Timestamp:
Oct 16, 2013, 12:55:54 AM (11 years ago)
Author:
Susan Tan

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.
     1This 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
    22
    33In 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?
Back to Top