From 66e98c41fd71cc280c290b59f76184a74e64af4d Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Sat, 17 Jan 2026 19:22:06 -0800 Subject: [PATCH] Drop repeater status wait time --- app/routers/contacts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routers/contacts.py b/app/routers/contacts.py index 62ab0dc..8ea0a2f 100644 --- a/app/routers/contacts.py +++ b/app/routers/contacts.py @@ -31,7 +31,7 @@ ACL_PERMISSION_NAMES = { router = APIRouter(prefix="/contacts", tags=["contacts"]) # Delay between repeater radio operations to allow key exchange and path establishment -REPEATER_OP_DELAY_SECONDS = 5.0 +REPEATER_OP_DELAY_SECONDS = 2.0 async def prepare_repeater_connection(mc, contact: Contact, password: str) -> None: