change default timeout to 15 seconds

This commit is contained in:
greenart7c3 2024-07-19 10:52:36 -03:00
parent e125690000
commit 35423e1bb6
No known key found for this signature in database
GPG Key ID: 885822EED3A26A6D

View File

@ -141,7 +141,7 @@ object Client : RelayPool.Listener {
relayList: List<RelaySetupInfo>? = null,
onDone: (() -> Unit)? = null,
additionalListener: Listener? = null,
timeoutInSeconds: Long = 30,
timeoutInSeconds: Long = 15,
) {
checkNotInMainThread()