Skip to content

Commit

Permalink
fixed redefined
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanKung committed Mar 28, 2024
1 parent dfd2001 commit baf9c6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/transport/src/connections/native_webrtc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ use crate::pool::Pool;

const WEBRTC_WAIT_FOR_DATA_CHANNEL_OPEN_TIMEOUT: u8 = 8; // seconds
const WEBRTC_GATHER_TIMEOUT: u8 = 60; // seconds
const DATA_CHANNEL_POOL_SIZE: u8 = 4;
/// pool size of data channel
const DATA_CHANNEL_POOL_SIZE: u8 = 4;

Expand Down

0 comments on commit baf9c6e

Please sign in to comment.