Fix: Time counts from stream-end, no need for 4h

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-07-14 22:31:08 +02:00
parent bd2848e496
commit 24785d7076
Signed by: luzifer
GPG key ID: 0066F03ED215AD7D

View file

@ -20,7 +20,7 @@ const (
twitchAPIRequestLimit = 5
twitchAPIRequestTimeout = 2 * time.Second
streamScheduleEntries = 5
streamSchedulePastTime = 4 * time.Hour
streamSchedulePastTime = 15 * time.Minute
)
type twitchStreamScheduleResponse struct {