Skip to content

Commit

Permalink
[pref] Decrease session history content viewer timeout
Browse files Browse the repository at this point in the history
Default unused content viewer timeout is 30 minutes.

Now this matches to both b2g and fennec
  • Loading branch information
rainemak committed Nov 3, 2015
1 parent 77e493e commit 325ed5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions embedding/embedlite/embedding.js
Expand Up @@ -173,6 +173,7 @@ pref("browser.display.history.maxresults", 100);
/* session history */
pref("browser.sessionhistory.max_total_viewers", 1);
pref("browser.sessionhistory.max_entries", 50);
pref("browser.sessionhistory.contentViewerTimeout", 360);

/* these should help performance */
pref("mozilla.widget.force-24bpp", true);
Expand Down

0 comments on commit 325ed5a

Please sign in to comment.