Ticket #4626: patch-querylimit.2.cpp

File patch-querylimit.2.cpp, 501 bytes (added by Yeechang Lee <ylee@…>, 16 years ago)

Patch updated against r16237

Line 
1Index: libs/libmythtv/programinfo.cpp
2===================================================================
3--- libs/libmythtv/programinfo.cpp      (revision 16237)
4+++ libs/libmythtv/programinfo.cpp      (working copy)
5@@ -4632,7 +4632,7 @@
6             querystr += "atsc_major_chan,atsc_minor_chan,channum,callsign ";
7     }
8     if (!sql.contains(" LIMIT "))
9-        querystr += " LIMIT 1000 ";
10+        querystr += " LIMIT 20000 ";
11 
12     MSqlQuery query(MSqlQuery::InitCon());
13     query.prepare(querystr);