whitespace
[conkeror.git] / defaults / preferences / history-frecency.js
blobbb5be522c37689dcefc4c474f2c4ccc6df10eff2
1 /* Disable history frecency calculation. xulrunner sometimes consumes
2  * unreasonable amounts of CPU time if this preference is not set.
3  * As conkeror does not use the frecency stat, it is disabled by
4  * default. See also:
5  *
6  * http://kb.mozillazine.org/Places.frecency.updateIdleTime
7  */
8 pref("places.frecency.updateIdleTime", 0);