nit: remove unused constant (#4906)

This commit is contained in:
Julio Lopez
2025-10-23 22:19:56 -07:00
committed by GitHub
parent 4cbd7026a6
commit bab11c181d

View File

@@ -23,7 +23,6 @@
const (
failedSnapshotRetryInterval = 5 * time.Minute
refreshTimeout = 30 * time.Second // max amount of time to refresh a single source
oneDay = 24 * time.Hour
)
type sourceManagerServerInterface interface {