FedericoHeichou / PizzaReader

A Manga and Comics reader written in Laravel
GNU General Public License v3.0
21 stars 6 forks source link

Disable rate limit by default #43

Closed FedericoHeichou closed 1 year ago

FedericoHeichou commented 1 year ago

I think it is better to disable API rate limiting by default because it is not worth using with local cache.
After days I'm still running the garbage collector (it has already deleted 2 million files and I think it will keep going), so it should be used with redis/memcache or only if you are under dos or on limited resources.