We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7137cdb commit 8a999e9Copy full SHA for 8a999e9
Unity-Twitch-Chat/Assets/Package/Runtime/IRC.cs
@@ -49,7 +49,7 @@ public partial class IRC : MonoBehaviour
49
[Tooltip("The number of milliseconds between each time the read thread checks for new messages.")]
50
[SerializeField] public int readInterval = 50;
51
[Tooltip("The capacity of the read buffer. Smaller values consume less memory but require more cycles to retrieve data.")]
52
- [SerializeField] public int readBufferSize = 128;
+ [SerializeField] public int readBufferSize = 256;
53
54
[Header("Chat write settings (write thread)")]
55
0 commit comments