chore: formatting

This commit is contained in:
2026-05-26 13:40:27 +02:00
parent f5fd50d472
commit f5dfb91ffe

View File

@@ -17,8 +17,8 @@ import (
)
const (
retryInterval = 15 * time.Minute
retryWindow = 3 * time.Hour
retryInterval = 15 * time.Minute
retryWindow = 3 * time.Hour
airingFallbackRefreshInterval = 6 * time.Hour
)