RahulR100 / mcstatusbot

discord bot for server status
MIT License
4 stars 3 forks source link

Split the cache for status and and voice channel update to reduce network load #58

Open RahulR100 opened 6 months ago

RahulR100 commented 6 months ago

Currently the cache for the voice channel updates and the status command is the same. This is inefficient for a few reasons:

As such the cache will be split into two separate cache pools. A higher cache time for the voice channel auto update and a lower cache time for the status command. This should improve responsiveness and prevent us from being blacklisted from some servers at some times (which will lead to unreliable monitor information).

RahulR100 commented 3 months ago

Moved to July update.