Skip to content

Commit 79b685a

Browse files
committed
doc: update comment
1 parent 05f85b9 commit 79b685a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lazer/sdk/js/examples/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ console.debug = () => {};
66
const client = new PythLazerClient(
77
["wss://pyth-lazer.dourolabs.app/v1/stream"],
88
"access_token",
9-
3, // Optionally specify number of parallel redundant connections to reduce the chance of dropped messages. Default is 3.
9+
3, // Optionally specify number of parallel redundant connections to reduce the chance of dropped messages. The connections will round-robin across the provided URLs. Default is 3.
1010
console // Optionally log socket operations (to the console in this case.)
1111
);
1212

0 commit comments

Comments
 (0)