snapshot-labs / snapshot-sidekick

https://sh5.co
MIT License
19 stars 16 forks source link

fix: spread out brovider metrics refresh #224

Closed wa0x6e closed 10 months ago

wa0x6e commented 10 months ago

🧿 Current issues / What's wrong ?

The current brovider metrics refreshing is fetching all networks at once, every 5min. This create a pic of request

💊 Fixes / Solution

Spread out the metrics refreshing, preferring refreshing a different node every 5seconds instead

🚧 Changes