Skip to content

Commit

Permalink
Bump preview cache size
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Nov 20, 2014
1 parent 5a43e31 commit 8d09c81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions imp/js/dimpbase.js
Expand Up @@ -4471,11 +4471,11 @@ var IMP_Flist_Mbox = Class.create({

var IMP_Preview_Cache = Class.create({

// Preview pane cache size is 20 entries. Given that a reasonable guess
// Preview pane cache size is 50 entries. Given that a reasonable guess
// of an average e-mail size is 10 KB (including headers), also make
// an estimate that the JSON data size will be approx. 10 KB. 200 KB
// an estimate that the JSON data size will be approx. 10 KB. 500 KB
// should be a fairly safe caching value for any recent browser.
cachesize: 20,
cachesize: 50,

// cache,
// fifo,
Expand Down

0 comments on commit 8d09c81

Please sign in to comment.