update schedules direct timeout
This commit is contained in:
parent
7e53bc6d00
commit
8f239f0cde
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user