From dda1d6746e80f846c95ed938b9c18d153ca663a1 Mon Sep 17 00:00:00 2001 From: ambrosiaforest <127675320+ambrosiaforest@users.noreply.github.com> Date: Tue, 4 Jun 2024 23:18:39 +0000 Subject: [PATCH 1/2] Update config.php.example --- config.php.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.php.example b/config.php.example index 9b2c21bb..0aa5052b 100644 --- a/config.php.example +++ b/config.php.example @@ -23,10 +23,10 @@ // how long in minutes to put google/other instances on cooldown if they aren't responding "request_cooldown" => 25, - // how long in minutes to store results for in the cache + // how long in minus to store results for in the cache "cache_time" => 20, - // Disable requests to /api.php - HIGHLY recommended to keep this at false, this is what allows LibreY to still show results when Google/DuckDuckGo blocks te requests. + // Disable requests to /api.php - HIGHLY recommended to keep this at false, this is what allows LibreY to still show results when Google/DuckDuckGo blocks the requests. "disable_api" => false, // whether to show where the result is from on the results page From df733a8f625ddc353faa6abbc3f3a1c7c0f05598 Mon Sep 17 00:00:00 2001 From: ambrosiaforest <127675320+ambrosiaforest@users.noreply.github.com> Date: Tue, 4 Jun 2024 23:20:09 +0000 Subject: [PATCH 2/2] Update config.php.example --- config.php.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php.example b/config.php.example index 0aa5052b..9c84f0f3 100644 --- a/config.php.example +++ b/config.php.example @@ -23,7 +23,7 @@ // how long in minutes to put google/other instances on cooldown if they aren't responding "request_cooldown" => 25, - // how long in minus to store results for in the cache + // how long in minutes to store results for in the cache "cache_time" => 20, // Disable requests to /api.php - HIGHLY recommended to keep this at false, this is what allows LibreY to still show results when Google/DuckDuckGo blocks the requests.