From 402c8711eb3ede1bb82741ef5f0ce36b6bc58c92 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 10 Sep 2022 15:41:48 +0200 Subject: [PATCH] firefox: increase update check interval --- dotfiles/firefox.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/firefox.js b/dotfiles/firefox.js index 434f40d..216b296 100644 --- a/dotfiles/firefox.js +++ b/dotfiles/firefox.js @@ -68,6 +68,7 @@ user_pref("network.trr.mode", 5); // Disable auto-update user_pref("app.update.auto", false); +user_pref("app.update.interval", 259200); user_pref("beacon.enabled", false); // Disable annoying prompts