mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-27 18:26:32 +00:00
Increased XBMC JSON API timeout to 10 seconds.
This commit is contained in:
@@ -89,7 +89,7 @@ namespace NzbDrone.Core.Providers.Core
|
||||
request.Method = "POST";
|
||||
request.Credentials = new NetworkCredential(username, password);
|
||||
request.ContentType = "application/json";
|
||||
request.Timeout = 2000;
|
||||
request.Timeout = 10000;
|
||||
request.KeepAlive = false;
|
||||
|
||||
//Used to hold the JSON response
|
||||
|
||||
Reference in New Issue
Block a user