Remove payload compression, use stream compression (#853)
This commit is contained in:
committed by
Christopher F
parent
d8c4b7537b
commit
759db34146
@@ -13,8 +13,6 @@ namespace Discord.API.Gateway
|
||||
public IDictionary<string, string> Properties { get; set; }
|
||||
[JsonProperty("large_threshold")]
|
||||
public int LargeThreshold { get; set; }
|
||||
[JsonProperty("compress")]
|
||||
public bool UseCompression { get; set; }
|
||||
[JsonProperty("shard")]
|
||||
public Optional<int[]> ShardingParams { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user