fix(service): increase config wait time (#3006)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2025-09-07 06:55:07 -05:00 committed by GitHub
parent 188f60ada6
commit 8e66360b60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -201,7 +201,7 @@ class MeshService :
private const val CONFIG_ONLY_NONCE = 69420
private const val NODE_INFO_ONLY_NONCE = 69421
private const val CONFIG_WAIT_MS = 50L
private const val CONFIG_WAIT_MS = 250L
}
private var previousSummary: String? = null