Summary | timeout before loading message |
Queue | IMP |
Queue Version | 6.2.2 |
Type | Enhancement |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | o+horde (at) immerda (dot) ch |
Created | 09/17/2014 (3955 days ago) |
Due | |
Updated | 10/02/2014 (3940 days ago) |
Assigned | |
Resolved | 10/02/2014 (3940 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
commit e8c6afe1a67f58393237036442c545af89b79daf
Author: Michael M Slusarz <slusarz@horde.org>
Date: Thu Oct 2 15:17:08 2014 -0600
[mms] Throttle message list keypresses in dynamic view to prevent
avalanche of preview requests sent to server (
Request #13574).imp/docs/CHANGES | 2 ++
imp/js/dimpbase.js | 32 ++++++++++++++++++++++++++++++--
imp/package.xml | 1 +
3 files changed, 33 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/e8c6afe1a67f58393237036442c545af89b79daf
#13424just tried:
keep arrow down pressed for 5 sec -> ~100 showMessage requests
my math tells me thats more than 2 per sec, please reopen as bug
State ⇒ Rejected
Assigned to Michael Slusarz
#13424Priority ⇒ 2. Medium
Type ⇒ Enhancement
Summary ⇒ timeout before loading message
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ New
the preview pane. If a user scrolls down his inbox using the down
arrow key, every message gets requested from the server. This very
quickly leads to hundreds of requests and brings down servers fast.