mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
Update NetworkManager.NetworkChannelBase.cs
This commit is contained in:
@@ -15,7 +15,7 @@ namespace TEngine.Runtime
|
||||
/// </summary>
|
||||
private abstract class NetworkChannelBase : INetworkChannel, IDisposable
|
||||
{
|
||||
private const float DefaultHeartBeatInterval = 3;
|
||||
private const float DefaultHeartBeatInterval = 30;
|
||||
private const int MAX_MSG_HANDLE = 256;
|
||||
|
||||
private readonly string m_Name;
|
||||
|
Reference in New Issue
Block a user