silverpill on Nostr: A couple of weeks ago I moved to a new hosting provider (kyun), which is cheaper and ...
A couple of weeks ago I moved to a new hosting provider (kyun), which is cheaper and better than my previous one, but seems to have much slower disks.
Response times have increased significantly, and that forced to me to review several query execution plans. In particular, featured collection is now generated much faster, and that may have an impact even if your hardware is good, because Mastodon instances tend to retrieve these collections when activities are delivered to them, making hundreds of requests at the same time.
https://mitra.social/objects/0195ca3c-14ee-6cce-2666-23c5a4e35fdc
Response times have increased significantly, and that forced to me to review several query execution plans. In particular, featured collection is now generated much faster, and that may have an impact even if your hardware is good, because Mastodon instances tend to retrieve these collections when activities are delivered to them, making hundreds of requests at the same time.
https://mitra.social/objects/0195ca3c-14ee-6cce-2666-23c5a4e35fdc
quoting nevent1q…jktv#Mitra v3.21.0
https://codeberg.org/silverpill/mitra/releases/tag/v3.21.0
https://codeberg.org/silverpill/mitra-web/releases/tag/v3.21.0
- In one of the previous releases the format of emoji reaction messages was changed to make them compatible with Mastodon (which understands them as "favorites"). Unfortunately that also broke federation of emoji reactions between Mitra and Pleroma. This version introduces a new configuration parameter, which restores the old behavior: federation.fep_c0e0_emoji_react_enabled (false by default).
- Added OpenMetrics endpoint for monitoring queue sizes (can be enabled in config).