Skip to content

Commit 67b5afc

Browse files
author
Robert McNamara
committed
Backport r24155. Work around XMLtv bug causing obscenely poor response time from grabber capability queries by increasing timeout from 15 to 25 seconds. Also may apply to embarassingly underpowered systems.
git-svn-id: http://svn.mythtv.org/svn/branches/release-0-23-fixes@24158 7dbf422c-18fa-0310-86e9-fd20926502f2
1 parent 046a0ef commit 67b5afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mythtv/programs/mythfilldatabase/filldata.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ bool FillData::Run(SourceList &sourcelist)
655655

656656
if (grabber_capabilities_proc.waitForStarted(1000))
657657
{
658-
bool ok = grabber_capabilities_proc.waitForFinished(15*1000);
658+
bool ok = grabber_capabilities_proc.waitForFinished(25*1000);
659659

660660
if (ok &&
661661
QProcess::NormalExit ==

0 commit comments

Comments
 (0)