Increased XBMC JSON API timeout to 10 seconds.

This commit is contained in:
Mark McDowall 2012-01-04 17:09:47 -08:00
parent 3dce784672
commit 62a24ef900
1 changed files with 1 additions and 1 deletions

View File

@ -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