Drop repeater status wait time

This commit is contained in:
Jack Kingsman
2026-01-17 19:22:06 -08:00
parent 546d2f2f7d
commit 66e98c41fd

View File

@@ -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: