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: