mirror of
https://github.com/Luzifer/discord-community.git
synced 2024-12-20 10:21:22 +00:00
Fix: Time counts from stream-end, no need for 4h
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
bd2848e496
commit
24785d7076
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ const (
|
||||||
twitchAPIRequestLimit = 5
|
twitchAPIRequestLimit = 5
|
||||||
twitchAPIRequestTimeout = 2 * time.Second
|
twitchAPIRequestTimeout = 2 * time.Second
|
||||||
streamScheduleEntries = 5
|
streamScheduleEntries = 5
|
||||||
streamSchedulePastTime = 4 * time.Hour
|
streamSchedulePastTime = 15 * time.Minute
|
||||||
)
|
)
|
||||||
|
|
||||||
type twitchStreamScheduleResponse struct {
|
type twitchStreamScheduleResponse struct {
|
||||||
|
|
Loading…
Reference in a new issue