Enabled large threshold
This commit is contained in:
@@ -26,7 +26,7 @@ namespace Discord.Net.WebSockets
|
||||
LoginCommand msg = new LoginCommand();
|
||||
msg.Payload.Token = token;
|
||||
msg.Payload.Properties["$device"] = "Discord.Net";
|
||||
//msg.Payload.LargeThreshold = 50;
|
||||
msg.Payload.LargeThreshold = 50;
|
||||
msg.Payload.Compress = true;
|
||||
QueueMessage(msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user