Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit 6a3b10b

Browse files
committed
Decrease timeout
1 parent ff80667 commit 6a3b10b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/src/fishjam.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ export const {
3838
peerMetadataParser: (obj) => peerMetadataSchema.parse(obj),
3939
trackMetadataParser: (obj) => trackMetadataSchema.parse(obj),
4040
reconnect: {
41-
initialDelay: 1000, // ms
42-
delay: 1000, // ms
41+
initialDelay: 1, // ms
42+
delay: 1, // ms
4343
maxAttempts: 1000,
4444
}
4545
}, { storage: true });

0 commit comments

Comments
 (0)