mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-09 16:50:01 +00:00
[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:
parent
ffd6c9bd09
commit
2936284318
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue