10 second http timeout
https://github.com/LemmyNet/lemmy/blob/f5209fffc1de527db7ea007d463c158b36fda515/src/lib.rs#L39
I almost worry this default 10 second timeout is too low, and that is actually causing federation retries to flock between major peer servers. But this is the kind of self-tuning within the app that self-awareness of concurrency could adjust.
Areas I know of that Lemmy does HTTP:
- Federation replication of content to peers
- When making a Post on Lemmy, a url posting fetches a preview of the content
I'm not even sure where that value is used, any help on delving into this is appreciated.