From 5c8cf405dfb5f872f4eb20dcc78bf3df7f175e8d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Thu, 10 May 2012 15:17:25 +0000 Subject: [PATCH] reduce group by, LP is timeouting --- src/lp_ws.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lp_ws.c b/src/lp_ws.c index 63a8d36..6010922 100644 --- a/src/lp_ws.c +++ b/src/lp_ws.c @@ -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"; -- 2.7.4