Introduce a Req.RateLimiter module to fix API rate limit issues
This commit is contained in:
@@ -10,6 +10,7 @@ defmodule MusicLibrary.Application do
|
||||
@impl true
|
||||
def start(_type, _args) do
|
||||
_ = Assets.Cache.new()
|
||||
_ = Req.RateLimiter.new()
|
||||
|
||||
children = [
|
||||
MusicLibrary.Vault,
|
||||
|
||||
Reference in New Issue
Block a user