Commit Graph

3 Commits

Author SHA1 Message Date
c070c63463 Adds HTTP Get rate limitation on cache
We don't want to have a large bandwidth on bedetheque.com, so the pace
at which we perform GET request is limited by a maximal number of
request over a window (per example no more than 10 request over 10
second)

If more request are required, the request is simply paused until we go
back within the limit ;). Go rulez !
2016-01-17 19:05:30 +01:00
b58b7e7e6a Implements cahcing of album description and cover 2016-01-17 18:45:36 +01:00
105961a466 Adds a skeleton for an AlbumDescriptionCache 2016-01-17 13:13:27 +01:00