mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-02 18:24:47 +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,
|
||||
onDone: (() -> Unit)? = null,
|
||||
additionalListener: Listener? = null,
|
||||
timeoutInSeconds: Long = 30,
|
||||
timeoutInSeconds: Long = 15,
|
||||
) {
|
||||
checkNotInMainThread()
|
||||
|
||||
|
Reference in New Issue
Block a user