aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-11-07 20:13:46 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-11-07 20:13:46 -0500
commit8f239f0cde918fc9a5db1ce0039c4b3aa9fbfc3f (patch)
tree6458780453584ec05af86a980d4574557f1586fb
parent7e53bc6d00769bf44b6ef0d59cf683b36edbad0a (diff)
update schedules direct timeout
-rw-r--r--MediaBrowser.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs b/MediaBrowser.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs
index 434578718..75247e95d 100644
--- a/MediaBrowser.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs
+++ b/MediaBrowser.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs
@@ -82,7 +82,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.Listings
UserAgent = UserAgent,
CancellationToken = cancellationToken,
// The data can be large so give it some extra time
- TimeoutMs = 60000,
+ TimeoutMs = 120000,
LogErrorResponseBody = true
};