mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Wrong /n should be \n (#2572)
This commit is contained in:
parent
3394f755b9
commit
60574dd1ab
@ -81,7 +81,7 @@ public class NetworkManager : MonoBehaviour
|
||||
/// fewer transport calls give us significantly better performance/scale.
|
||||
/// if batch interval is 0, then we only batch until the Update() call
|
||||
/// </summary>
|
||||
[Tooltip("Server can batch messages up to Transport.GetMaxPacketSize to significantly reduce transport calls and improve performance/scale./nIf batch interval is 0, then we only batch until the Update() call. Otherwise we batch until interval elapsed (note that this increases latency).")]
|
||||
[Tooltip("Server can batch messages up to Transport.GetMaxPacketSize to significantly reduce transport calls and improve performance/scale.\nIf batch interval is 0, then we only batch until the Update() call. Otherwise we batch until interval elapsed (note that this increases latency).")]
|
||||
public float serverBatchInterval = 0;
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user