Skip to content

Commit

Permalink
Change default update period to 6h
Browse files Browse the repository at this point in the history
  • Loading branch information
mxpv committed Nov 14, 2019
1 parent 6005ea7 commit 4275b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/model/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ const (
DefaultFormat = FormatVideo
DefaultQuality = QualityHigh
DefaultPageSize = 50
DefaultUpdatePeriod = 24 * time.Hour
DefaultUpdatePeriod = 6 * time.Hour
)

0 comments on commit 4275b4f

Please sign in to comment.