From: Nutomic Date: Mon, 7 Mar 2022 21:25:34 +0000 (+0000) Subject: Try to fix federation test on ci (#2121) X-Git-Url: http://these/git/?a=commitdiff_plain;h=fbadb2d7bd07318ac7fa390c720597a2e320c2d1;p=lemmy.git Try to fix federation test on ci (#2121) --- diff --git a/crates/apub_lib/src/object_id.rs b/crates/apub_lib/src/object_id.rs index 41b18ef9..84c9c113 100644 --- a/crates/apub_lib/src/object_id.rs +++ b/crates/apub_lib/src/object_id.rs @@ -134,7 +134,7 @@ where } static ACTOR_REFETCH_INTERVAL_SECONDS: i64 = 24 * 60 * 60; -static ACTOR_REFETCH_INTERVAL_SECONDS_DEBUG: i64 = 10; +static ACTOR_REFETCH_INTERVAL_SECONDS_DEBUG: i64 = 20; /// Determines when a remote actor should be refetched from its instance. In release builds, this is /// `ACTOR_REFETCH_INTERVAL_SECONDS` after the last refetch, in debug builds