diff --git a/pkg/modules/background/unsplash/unsplash.go b/pkg/modules/background/unsplash/unsplash.go index 2b1e4f607..ddb4391e6 100644 --- a/pkg/modules/background/unsplash/unsplash.go +++ b/pkg/modules/background/unsplash/unsplash.go @@ -135,7 +135,7 @@ func (p *Provider) Search(search string, page int64) (result []*background.Image var existsForPage bool if emptySearchResult != nil && - time.Since(emptySearchResult.lastCached) < time.Minute { + time.Since(emptySearchResult.lastCached) < time.Hour { _, existsForPage = emptySearchResult.images[page] }