mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-17 21:31:57 +01:00
change default timeout to 15 seconds
This commit is contained in:
parent
e125690000
commit
35423e1bb6
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user