add comment

fix-import-blocked-objects
Felix Ableitner 2024-05-08 12:41:28 +02:00
parent 7902138df2
commit 992ff352b7
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ pub(crate) mod mentions;
pub mod objects;
pub mod protocol;
/// Maximum number of outgoing HTTP requests to fetch a single object. Needs to be high enough
/// to fetch a new community with posts, moderators and featured posts.
pub const FEDERATION_HTTP_FETCH_LIMIT: u32 = 100;
/// Only include a basic context to save space and bandwidth. The main context is hosted statically