lemmy/crates/utils/src
phiresky b35757b429
Improve api response times by doing send_activity asynchronously (#3493)
* do send_activity after http response

* move to util function

* format

* fix prometheus

* make synchronous federation configurable

* cargo fmt

* empty

* empty

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-07-10 12:27:49 +02:00
..
rate_limit Fix formatting for latest nightly (#ref 3467) 2023-07-03 11:45:53 +02:00
settings Add Prometheus endpoint (#3456) 2023-07-05 13:25:19 +02:00
utils Only allow http(s) scheme for urls (ref #3505) (#3508) 2023-07-06 08:29:51 -04:00
apub.rs Fixing .drone.yml (#2677) 2023-01-30 14:17:24 -05:00
claims.rs Extract Activitypub logic into separate library (#2288) 2022-06-02 16:33:41 +02:00
email.rs feat: allow overriding smtp_password with the LEMMY_SMTP_PASSWORD env var (#3154) 2023-06-21 13:36:42 -04:00
error.rs don't strip, log trace if requested (#3425) 2023-06-30 09:32:43 -04:00
lib.rs Improve api response times by doing send_activity asynchronously (#3493) 2023-07-10 12:27:49 +02:00
main.rs Adjust the config check to be a separate faster to compile binary (#3313) 2023-06-26 06:23:21 -04:00
request.rs Add cargo feature for building lemmy_api_common with mininum deps (#2243) 2022-05-03 17:44:13 +00:00
version.rs For untagged commits, include hash in version name (fixes #1563) 2021-04-12 13:47:58 +02:00