fmhy / FMHY-SafeGuard

An extension that detects starred, safe, unsafe or potentially unsafe sites using the FMHY Filterlist.
GNU General Public License v3.0
187 stars 3 forks source link

[BUG] single-page rate limits #19

Closed hugo9655 closed 1 week ago

hugo9655 commented 1 week ago

Describe the bug

Recently the single-page has been reaching rate limits for a lot of people, including showing "worker exceeded resource limits". I (and some others) believe its due to the extension making unneccessary amounts of checks (from all its users).

Steps to Reproduce

N/A

Expected behavior

No response

Additional information and data

Possible causes:

A solution would involve removing the check on startup and only fetch new links every 48 hours at the least.

FMHY SafeGuard Version

No response

Before opening this Issue

kenhendricks00 commented 1 week ago

Hey Hugo, The issue should now be resolved. The extension no longer pulls data on startup, and it checks for updates every 24 hours instead of hourly. These changes should significantly reduce the amount of traffic to the API. If any issues persist or if there’s anything else you’d like adjusted, just let me know. Thanks, Ken

hugo9655 commented 1 week ago

Awesome, tysm!