1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30

Update Fastfox.js (#462)

fix a typo and remove a trailing space.
This commit is contained in:
gumballriggy
2026-01-22 12:55:36 -05:00
committed by GitHub
parent eee6e58b2b
commit 310cbdee6c
+1 -1
View File
@@ -574,7 +574,7 @@ user_pref("network.prefetch-next", false);
//user_pref("network.predictor.prefetch-min-confidence", 100); // DEFAULT //user_pref("network.predictor.prefetch-min-confidence", 100); // DEFAULT
// PREF: other Network Predictor values // PREF: other Network Predictor values
// [NOTE] Keep in mmind that Network Predictor must LEARN your browsing habits. // [NOTE] Keep in mind that Network Predictor must LEARN your browsing habits.
//user_pref("network.predictor.prefetch-force-valid-for", 10); // DEFAULT; how long prefetched resources are considered valid and usable (in seconds) for the prediction modeling //user_pref("network.predictor.prefetch-force-valid-for", 10); // DEFAULT; how long prefetched resources are considered valid and usable (in seconds) for the prediction modeling
//user_pref("network.predictor.prefetch-rolling-load-count", 10); // DEFAULT; the maximum number of resources that Firefox will prefetch in memory at one time based on prediction modeling //user_pref("network.predictor.prefetch-rolling-load-count", 10); // DEFAULT; the maximum number of resources that Firefox will prefetch in memory at one time based on prediction modeling
//user_pref("network.predictor.max-resources-per-entry", 250); // default=100 //user_pref("network.predictor.max-resources-per-entry", 250); // default=100