timeout increased, unignored currency_images in gitignore
This commit is contained in:
		
							
								
								
									
										7
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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}" +
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user