rschristian / voldephobia

A silly little tool to find out if your dependency tree is plagued with packages from You-Know-Who
https://voldephobia.rschristian.dev
MIT License
87 stars 2 forks source link

Offload to client #1

Closed rschristian closed 6 months ago

rschristian commented 7 months ago

CF's Worker free tier unfortunately has a cap of 50 subrequests -- something not reflected in Wrangler/Miniflare. Will probably need to move the worker into the client to get around this as otherwise there's a 50-module limit in most cases (cache dependent, can go higher).

rschristian commented 6 months ago

Addressed in https://github.com/rschristian/voldephobia/commit/4564651303c535e041f59469c4f2c3800caf55f3