From 24785d70763027b3a8eb2ae4548fccd3abeaa83a Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Wed, 14 Jul 2021 22:31:08 +0200 Subject: [PATCH] Fix: Time counts from stream-end, no need for 4h Signed-off-by: Knut Ahlers --- mod_streamSchedule.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_streamSchedule.go b/mod_streamSchedule.go index d7d03ff..e387176 100644 --- a/mod_streamSchedule.go +++ b/mod_streamSchedule.go @@ -20,7 +20,7 @@ const ( twitchAPIRequestLimit = 5 twitchAPIRequestTimeout = 2 * time.Second streamScheduleEntries = 5 - streamSchedulePastTime = 4 * time.Hour + streamSchedulePastTime = 15 * time.Minute ) type twitchStreamScheduleResponse struct {