timeout increased, unignored currency_images in gitignore
This commit is contained in:
parent
24d98406a0
commit
22ac84f28a
7
.gitignore
vendored
7
.gitignore
vendored
@ -10,7 +10,6 @@
|
||||
obj/
|
||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||
*.userprefs
|
||||
**/Bin/Debug/**
|
||||
**/Bin/Release/
|
||||
**/Bin/PRIVATE/
|
||||
!**/Bin/Debug/opus.dll
|
||||
@ -19,9 +18,11 @@ obj/
|
||||
!**/Bin/Debug/Nito.AsyncEx.dll
|
||||
!**/Bin/Debug/WebSocket4Net.dll
|
||||
!**/Bin/Debug/sqlite3.dll
|
||||
!**/Bin/Debug/data/*
|
||||
!**/Bin/Debug/data/
|
||||
!**/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
|
||||
|
||||
# NuGet Packages
|
||||
|
@ -111,7 +111,7 @@ namespace NadekoBot
|
||||
Client = new DiscordClient(new DiscordConfigBuilder()
|
||||
{
|
||||
MessageCacheSize = 10,
|
||||
ConnectionTimeout = 60000,
|
||||
ConnectionTimeout = 120000,
|
||||
LogLevel = LogSeverity.Warning,
|
||||
LogHandler = (s, e) =>
|
||||
Console.WriteLine($"Severity: {e.Severity}" +
|
||||
|
Loading…
Reference in New Issue
Block a user