You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates
Nutomic 30d58865b8
Speed up GET /api/v3/site endpoint (#4245)
* Make db queries for GET /api/v3/site in parallel (ref #4244)

* Cache site response

* machete

* Use try_join_with_pool macro

* machete

* taplo

* ttl 1s
7 months ago
..
api Dont allow blocking local instance (fixes #4241) (#4242) 7 months ago
api_common Revert debug auth (#4232) 7 months ago
api_crud Speed up GET /api/v3/site endpoint (#4245) 7 months ago
apub Upgrade dependencies (#4248) 7 months ago
db_schema Upgrade dependencies (#4248) 7 months ago
db_views Show federated posts on user profile. Fixes #4228 (#4229) 7 months ago
db_views_actor Adding `creator_is_admin` to `PersonView`, `CommentView`, and `PostView`. (#4165) 8 months ago
db_views_moderator Use rust 1.74.0 in CI and move clippy lints to Cargo.toml (#4170) 8 months ago
federate Upgrade dependencies (#4248) 7 months ago
routes Upgrade dependencies (#4248) 7 months ago
utils Speed up GET /api/v3/site endpoint (#4245) 7 months ago