PrivateBin / Directory

Rust based directory application to collect list of federated instances
https://privatebin.info/directory/
Other
25 stars 8 forks source link

separate uptime from feature check #10

Closed elrido closed 4 years ago

elrido commented 4 years ago

Running all checks every 15 minutes is relatively costly (both on the directory server and the instances themselves) and occasionally causes cache locks preventing view access.

In light of adding further checks like #1, lets separate the 15min uptime check from the feature and API based checks. Testing if the features changed or a site got better ratings should be sufficient to check for only once per day or so.