Skip to content

Commit

Permalink
Update WC Timeout from 30s to 180s
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper committed Dec 17, 2024
1 parent d75101e commit 73c8cd4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ public async Task<IWalletConnect> InitializeAsync()
Storage = storage,
RelayUrl = projectConfig.RelayUrl,
RelayUrlBuilder = new UnityRelayUrlBuilder(),
ConnectionBuilder = new NativeWebSocketConnectionBuilder()
ConnectionBuilder = new NativeWebSocketConnectionBuilder(),
ConnectionTimeout = TimeSpan.FromSeconds(180)
}
);

Expand Down

0 comments on commit 73c8cd4

Please sign in to comment.