rollback some parameters

This commit is contained in:
sijie.sun
2024-09-29 21:04:23 +08:00
committed by Sijie.Sun
parent a0ece6ad4d
commit c7895963e4
4 changed files with 8 additions and 8 deletions

View File

@@ -26,7 +26,7 @@ use super::{
StreamItem, Tunnel, TunnelConnector, TunnelError, TunnelInfo, TunnelListener,
};
static RING_TUNNEL_CAP: usize = 64;
static RING_TUNNEL_CAP: usize = 128;
static RING_TUNNEL_RESERVERD_CAP: usize = 4;
type RingLock = parking_lot::Mutex<()>;