Skip to content

Commit

Permalink
lower to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Dec 3, 2023
1 parent 30607c6 commit b2bf32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/kitsune-activitypub/src/fetcher/object.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use scoped_futures::ScopedFutureExt;

// Maximum call depth of fetching new posts. Prevents unbounded recursion.
// Setting this to >=40 would cause the `fetch_infinitely_long_reply_chain` test to run into stack overflow
pub const MAX_FETCH_DEPTH: u32 = 20;
pub const MAX_FETCH_DEPTH: u32 = 15;

impl Fetcher {
#[instrument(skip(self))]
Expand Down

0 comments on commit b2bf32f

Please sign in to comment.