Skip to content

Commit 56aab3e

Browse files
committed
Add timeoutDuration to replay player
1 parent f35779f commit 56aab3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/replay/ReplayConnectorService.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ export class ReplayConnectorService {
112112
backdropUrl: "",
113113
enabled: true,
114114
},
115+
timeoutDuration: 60,
115116
},
116117
};
117118
this.ws.emit("obs_logon", JSON.stringify(authData));

0 commit comments

Comments
 (0)