Merge lp:~james-w/canonical-identity-provider/email-timeout into lp:canonical-identity-provider/release

Proposed by James Westby
Status: Merged
Approved by: Natalia Bidart
Approved revision: no longer in the source branch.
Merged at revision: 1026
Proposed branch: lp:~james-w/canonical-identity-provider/email-timeout
Merge into: lp:canonical-identity-provider/release
Diff against target: 11 lines (+1/-0)
1 file modified
django_project/config/main.cfg (+1/-0)
To merge this branch: bzr merge lp:~james-w/canonical-identity-provider/email-timeout
Reviewer Review Type Date Requested Status
Natalia Bidart (community) Approve
Review via email: mp+181896@code.launchpad.net

Commit message

Drop the soft timeout to 7s from the default of 10s.

Description of the change

Hi,

Assuming we've fixed the current crop of soft timeouts at 10s, let's reduce
the soft timeout to 7s to get the next batch.

I came up with 7s through the highly scientific approach of "not too high, not
too low".

Thanks,

James

To post a comment you must log in.
Revision history for this message
Natalia Bidart (nataliabidart) wrote :

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'django_project/config/main.cfg'
2--- django_project/config/main.cfg 2013-08-23 13:30:50 +0000
3+++ django_project/config/main.cfg 2013-08-23 18:58:28 +0000
4@@ -137,6 +137,7 @@
5 google_analytics_id = UA-1018242-24
6 oops_dir = %(basedir_oops)s
7 pgconnect_timeout = 10
8+handler_timeout_millis = 7000
9 writable_ro_mode_models = sessions.Session
10 identityprovider.Account
11 identityprovider.AuthenticationDevice