about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/firefox/config/search/engines/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/hm/soispha/conf/firefox/config/search/engines/default.nix b/hm/soispha/conf/firefox/config/search/engines/default.nix
index e851a5d7..6e8575b2 100644
--- a/hm/soispha/conf/firefox/config/search/engines/default.nix
+++ b/hm/soispha/conf/firefox/config/search/engines/default.nix
@@ -2,7 +2,7 @@
   "Brave Search" = {
     urls = [{template = "https://search.brave.com/search?q={searchTerms}";}];
     IconUpdateURL = "https://raw.githubusercontent.com/brave/brave-core/master/components/brave_welcome_ui/components/images/lion_logo.svg";
-    updateInterval = 24; # every day
+    updateInterval = 48; # every day
     definedAliases = ["@bs"];
   };
 
@@ -44,7 +44,7 @@
   "Rust std" = {
     urls = [{template = "https://doc.rust-lang.org/std/?search={searchTerms}";}];
     iconUpdateURL = "https://rustacean.net/assets/rustacean-orig-noshadow.svg";
-    updateInterval = 24;
+    updateInterval = 48;
     definedAliases = ["@rs"];
   };
   "Rust tokio" = {
@@ -57,13 +57,13 @@
   "Google Scholar" = {
     urls = [{template = "https://scholar.google.com/scholar?hl=en&q={searchTerms}";}];
     iconUpdateURL = "https://scholar.google.com/favicon.ico";
-    updateInterval = 24;
+    updateInterval = 48;
     definedAliases = ["@gs"];
   };
   "Wikipedia" = {
     urls = [{template = "https://en.wikipedia.org/wiki/{searchTerms}";}];
     iconUpdateURL = "https://upload.wikimedia.org/wikipedia/en/8/80/Wikipedia-logo-v2.svg";
-    updateInterval = 24;
+    updateInterval = 48;
     definedAliases = ["@wp"];
   };