mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Increase bridge timeout
This commit is contained in:
@@ -14,7 +14,7 @@ import { ReceiverSelectionCast
|
||||
, ReceiverSelectionStop } from "../background/receiverSelector/ReceiverSelector";
|
||||
|
||||
|
||||
export const BRIDGE_TIMEOUT = 500;
|
||||
export const BRIDGE_TIMEOUT = 5000;
|
||||
|
||||
async function connect (): Promise<Port> {
|
||||
const applicationName = await options.get("bridgeApplicationName");
|
||||
|
||||
Reference in New Issue
Block a user