mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-09 19:52:44 +02:00
change default timeout to 15 seconds
This commit is contained in:
@@ -141,7 +141,7 @@ object Client : RelayPool.Listener {
|
|||||||
relayList: List<RelaySetupInfo>? = null,
|
relayList: List<RelaySetupInfo>? = null,
|
||||||
onDone: (() -> Unit)? = null,
|
onDone: (() -> Unit)? = null,
|
||||||
additionalListener: Listener? = null,
|
additionalListener: Listener? = null,
|
||||||
timeoutInSeconds: Long = 30,
|
timeoutInSeconds: Long = 15,
|
||||||
) {
|
) {
|
||||||
checkNotInMainThread()
|
checkNotInMainThread()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user