1
0
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:
Maksym Pavlenko
2019-11-13 23:09:58 -08:00
parent 6005ea751d
commit 4275b4f642

View File

@ -9,5 +9,5 @@ const (
DefaultFormat = FormatVideo
DefaultQuality = QualityHigh
DefaultPageSize = 50
DefaultUpdatePeriod = 24 * time.Hour
DefaultUpdatePeriod = 6 * time.Hour
)