aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2020-07-08 16:24:31 +0100
committerNeil Alexander <neilalexander@users.noreply.github.com>2020-07-08 16:24:31 +0100
commit4370a808e394e23f36dfd61fd82bba95720ae075 (patch)
tree9abfded6024391e4c134b623489df9f72338c0ce /cmd
parentfbd9c11c3c17da3da62659e7295fd0b1421746bb (diff)
Fix media path for iOS gobind build
Diffstat (limited to 'cmd')
-rw-r--r--cmd/dendrite-demo-yggdrasil/yggconn/node.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dendrite-demo-yggdrasil/yggconn/node.go b/cmd/dendrite-demo-yggdrasil/yggconn/node.go
index 79a56c8e..89fb69b5 100644
--- a/cmd/dendrite-demo-yggdrasil/yggconn/node.go
+++ b/cmd/dendrite-demo-yggdrasil/yggconn/node.go
@@ -138,7 +138,7 @@ func Setup(instanceName, storageDirectory string) (*Node, error) {
MaxIncomingUniStreams: 0,
KeepAlive: true,
MaxIdleTimeout: time.Second * 60,
- HandshakeTimeout: time.Second * 30,
+ HandshakeTimeout: time.Second * 15,
}
n.log.Println("Public curve25519:", n.core.EncryptionPublicKey())