From ad64a900e4a49de145a4cbf0209f763106b19197 Mon Sep 17 00:00:00 2001 From: Guillem Hernandez Sola Date: Fri, 8 May 2026 11:56:35 +0200 Subject: [PATCH] 60 seconds --- bsky_post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsky_post.py b/bsky_post.py index 5103d7c..0477f20 100644 --- a/bsky_post.py +++ b/bsky_post.py @@ -360,7 +360,7 @@ def upload_video_via_pds( client: Client, video_path: str, alt_text: str = "", - settle_delay_seconds: float = 15.0, + settle_delay_seconds: float = 60.0, ) -> models.AppBskyEmbedVideo.Main | None: """ Upload a video as a generic blob directly to the user's PDS.