diff --git a/main.go b/main.go index 84a2885..89fb145 100644 --- a/main.go +++ b/main.go @@ -78,7 +78,7 @@ func newAppData(opts Options) (*appData, error) { res.db = OpenAlbumDatabase(filepath.Join(basepath, "db")) res.getter = &AlbumDescriptionGetter{ - getter: NewRateLimitedGetter(10, 10), + getter: NewRateLimitedGetter(10, 10*time.Second), } res.cover = NewAlbumCoverCache(filepath.Join(basepath, "covers"), opts.MaxRequests, opts.RequestWindow)