File: history-frecency.js

package info (click to toggle)
conkeror 1.0.3%2Bgit170123-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,988 kB
  • sloc: ansic: 280; sh: 255; xml: 173; makefile: 69
file content (8 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
/* Disable history frecency calculation. xulrunner sometimes consumes
 * unreasonable amounts of CPU time if this preference is not set.
 * As conkeror does not use the frecency stat, it is disabled by
 * default. See also:
 *
 * http://kb.mozillazine.org/Places.frecency.updateIdleTime
 */
pref("places.frecency.updateIdleTime", 0);