Skip to content

Commit 13e4211

Browse files
committed
Merge branch 'release/GDC2022' into feature/gdc/loading-screen
2 parents 5f75bc9 + 8a9ef3a commit 13e4211

32 files changed

+4928
-1355
lines changed

Assets/BossRoom/Prefabs/NetworkingManager.prefab

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ MonoBehaviour:
4545
m_EditorClassIdentifier:
4646
m_ProtocolType: 0
4747
m_MaxPacketQueueSize: 512
48-
m_MaxPayloadSize: 16000
49-
m_MaxSendQueueSize: 98304
48+
m_MaxPayloadSize: 32000
49+
m_MaxSendQueueSize: 50000000
5050
m_HeartbeatTimeoutMS: 500
5151
m_ConnectTimeoutMS: 1000
5252
m_MaxConnectAttempts: 60
53-
m_DisconnectTimeoutMS: 30000
53+
m_DisconnectTimeoutMS: 10000
5454
ConnectionData:
5555
Address: 127.0.0.1
5656
Port: 7777
@@ -99,13 +99,13 @@ MonoBehaviour:
9999
m_Name:
100100
m_EditorClassIdentifier:
101101
m_ProtocolType: 1
102-
m_MaxPacketQueueSize: 256
102+
m_MaxPacketQueueSize: 512
103103
m_MaxPayloadSize: 32000
104-
m_MaxSendQueueSize: 98304
104+
m_MaxSendQueueSize: 50000000
105105
m_HeartbeatTimeoutMS: 500
106106
m_ConnectTimeoutMS: 1000
107107
m_MaxConnectAttempts: 60
108-
m_DisconnectTimeoutMS: 30000
108+
m_DisconnectTimeoutMS: 10000
109109
ConnectionData:
110110
Address: 127.0.0.1
111111
Port: 7777

0 commit comments

Comments
 (0)