longer startup for shared nakeda

This commit is contained in:
Kwoth 2016-07-29 18:42:25 +02:00
parent 2f56937af1
commit e804c078fa

View File

@ -117,7 +117,7 @@ namespace NadekoBot
Client = new DiscordClient(new DiscordConfigBuilder()
{
MessageCacheSize = 10,
ConnectionTimeout = 120000,
ConnectionTimeout = 180000,
LogLevel = LogSeverity.Warning,
LogHandler = (s, e) =>
Console.WriteLine($"Severity: {e.Severity}" +
@ -197,7 +197,7 @@ namespace NadekoBot
return;
}
#if NADEKO_RELEASE
await Task.Delay(100000).ConfigureAwait(false);
await Task.Delay(120000).ConfigureAwait(false);
#else
await Task.Delay(1000).ConfigureAwait(false);
#endif