reduce group by, LP is timeouting
authorJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 10 May 2012 15:17:25 +0000 (15:17 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 10 May 2012 15:17:25 +0000 (15:17 +0000)
src/lp_ws.c

index 63a8d36..6010922 100644 (file)
@@ -35,7 +35,7 @@
 #include "ppastats.h"
 
 static const char *
-QUERY_GET_PUBLISHED_BINARIES = "?ws.op=getPublishedBinaries&ws.size=300";
+QUERY_GET_PUBLISHED_BINARIES = "?ws.op=getPublishedBinaries&ws.size=150";
 static const char *QUERY_GET_DOWNLOAD_COUNT = "?ws.op=getDownloadCount";
 static const char *
 QUERY_GET_DAILY_DOWNLOAD_TOTALS = "?ws.op=getDailyDownloadTotals";