Fixed unused timeout const, dropped default request timeout to 15s.

This commit is contained in:
RogueException
2016-11-14 08:43:12 -04:00
parent 4633735ae9
commit b2948deaf7
3 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,6 @@ namespace Discord.Rest
{
public static string UserAgent { get; } = $"DiscordBot (https://github.com/RogueException/Discord.Net, v{Version})";
internal const int RestTimeout = 10000;
internal const int MessageQueueInterval = 100;
internal const int WebSocketQueueInterval = 100;