[core] Fix: Allow 5s for rule updates

as 2s seems to be a little short for Github raw storage

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2022-10-31 15:29:57 +01:00
parent ffd6c9bd09
commit 2936284318
Signed by: luzifer
GPG Key ID: D91C3E91E4CAD6F5

View File

@ -21,7 +21,7 @@ import (
"github.com/Luzifer/twitch-bot/v2/pkg/twitch"
)
const remoteRuleFetchTimeout = 2 * time.Second
const remoteRuleFetchTimeout = 5 * time.Second
type (
Rule struct {