]> Untitled Git - lemmy.git/commitdiff
Try to fix federation test on ci (#2121)
authorNutomic <me@nutomic.com>
Mon, 7 Mar 2022 21:25:34 +0000 (21:25 +0000)
committerGitHub <noreply@github.com>
Mon, 7 Mar 2022 21:25:34 +0000 (21:25 +0000)
crates/apub_lib/src/object_id.rs

index 41b18ef93ef2527a95c6b8045b63350add59c683..84c9c113a97832ffd3329751718bd128593a46bb 100644 (file)
@@ -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