You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// defining maximum allowed buffer (defaults to 16kb)
59
+
constws3=newWstar({
60
+
blockStreamSize:64*1024// 64kb
61
+
})
57
62
```
58
63
59
64
## API
@@ -94,7 +99,7 @@ Defaults:
94
99
## Hosted Rendezvous Server
95
100
96
101
We host a signalling server at `star-signal.cloud.ipfs.team` that can be used for practical demos and experimentation, it **should not be used for apps in production**.
97
-
A libp2p-webrtc-star address, using the signalling server we provide, looks like:
102
+
A libp2p-webrtc-star address, using the signalling server we provide, looks like:
0 commit comments