timeout increased, unignored currency_images in gitignore

This commit is contained in:
Master Kwoth 2016-04-01 08:17:06 +02:00
parent 24d98406a0
commit 22ac84f28a
2 changed files with 5 additions and 4 deletions

7
.gitignore vendored
View File

@ -10,7 +10,6 @@
obj/ obj/
# User-specific files (MonoDevelop/Xamarin Studio) # User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs *.userprefs
**/Bin/Debug/**
**/Bin/Release/ **/Bin/Release/
**/Bin/PRIVATE/ **/Bin/PRIVATE/
!**/Bin/Debug/opus.dll !**/Bin/Debug/opus.dll
@ -19,9 +18,11 @@ obj/
!**/Bin/Debug/Nito.AsyncEx.dll !**/Bin/Debug/Nito.AsyncEx.dll
!**/Bin/Debug/WebSocket4Net.dll !**/Bin/Debug/WebSocket4Net.dll
!**/Bin/Debug/sqlite3.dll !**/Bin/Debug/sqlite3.dll
!**/Bin/Debug/data/*
!**/Bin/Debug/data/
!**/Bin/Debug/credentials_example.json !**/Bin/Debug/credentials_example.json
NadekoBot/bin/debug/*.*
NadekoBot/bin/debug/data/permissions
NadekoBot/bin/debug/data/incidents
!NadekoBot/bin/Debug/data/currency_images/*
Tests/bin Tests/bin
# NuGet Packages # NuGet Packages

View File

@ -111,7 +111,7 @@ namespace NadekoBot
Client = new DiscordClient(new DiscordConfigBuilder() Client = new DiscordClient(new DiscordConfigBuilder()
{ {
MessageCacheSize = 10, MessageCacheSize = 10,
ConnectionTimeout = 60000, ConnectionTimeout = 120000,
LogLevel = LogSeverity.Warning, LogLevel = LogSeverity.Warning,
LogHandler = (s, e) => LogHandler = (s, e) =>
Console.WriteLine($"Severity: {e.Severity}" + Console.WriteLine($"Severity: {e.Severity}" +