aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/LiveTv/Listings
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-11-10 08:36:15 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-11-10 08:36:15 -0500
commit64a683e84dac0efec12c10bfd9cde862cf8d7c41 (patch)
tree40ffb21653a977b6b672acbd2a2ce623d6449ac5 /MediaBrowser.Server.Implementations/LiveTv/Listings
parent81bb469fe1ba61d6ff39f6473e5d4beab1764e4e (diff)
update plugin installs
Diffstat (limited to 'MediaBrowser.Server.Implementations/LiveTv/Listings')
-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 75247e95da..434578718a 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 = 120000,
+ TimeoutMs = 60000,
LogErrorResponseBody = true
};