mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Change default update period to 6h
This commit is contained in:
@ -9,5 +9,5 @@ const (
|
||||
DefaultFormat = FormatVideo
|
||||
DefaultQuality = QualityHigh
|
||||
DefaultPageSize = 50
|
||||
DefaultUpdatePeriod = 24 * time.Hour
|
||||
DefaultUpdatePeriod = 6 * time.Hour
|
||||
)
|
||||
|
Reference in New Issue
Block a user