From a784cc428d923852936391cbc03cbcda29d2ee1e Mon Sep 17 00:00:00 2001 From: Guillem Hernandez Sola Date: Fri, 8 May 2026 08:48:22 +0200 Subject: [PATCH] More jitter --- bsky_post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsky_post.py b/bsky_post.py index 910cc4d..f704c0f 100644 --- a/bsky_post.py +++ b/bsky_post.py @@ -30,7 +30,7 @@ class RetryConfig: login_max_attempts: int = 5 login_base_delay_seconds: float = 10.0 login_max_delay_seconds: float = 600.0 - login_jitter_seconds: float = 1.5 + login_jitter_seconds: float = 3 # ============================================================