aboutsummaryrefslogtreecommitdiffstats
path: root/src/Services/GrabberService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Services/GrabberService.cs')
-rw-r--r--src/Services/GrabberService.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Services/GrabberService.cs b/src/Services/GrabberService.cs
index df20696..f406d28 100644
--- a/src/Services/GrabberService.cs
+++ b/src/Services/GrabberService.cs
@@ -1,6 +1,5 @@
using System.Security.Cryptography;
using System.Text;
-using AngleSharp.Dom;
using AngleSharp.Html.Parser;
using I2R.LightNews.Utilities;
@@ -11,7 +10,7 @@ public class GrabberService
private readonly ILogger<GrabberService> _logger;
private readonly HttpClient _http;
private const string NrkPrefix = "nrkno";
- private const int StaleTime = 100800;
+ private const int StaleTime = 1800;
private static AppPath _cachePath => new() {
HostPath = "AppData/__sitecache"