aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-06-29 18:18:29 -0700
committerfriendica <info@friendica.com>2014-06-29 18:18:29 -0700
commit33034bc9b6bc82a86c435ea71ff1967c28d77244 (patch)
tree533772ca518fa19fb30ff4deac389e7044675e31 /mod
parentcc22c1da508aeadba38cae29ef942c4c153a14e2 (diff)
downloadvolse-hubzilla-33034bc9b6bc82a86c435ea71ff1967c28d77244.tar.gz
volse-hubzilla-33034bc9b6bc82a86c435ea71ff1967c28d77244.tar.bz2
volse-hubzilla-33034bc9b6bc82a86c435ea71ff1967c28d77244.zip
limit updates from new dir servers to avoid exhausting memory.
Diffstat (limited to 'mod')
-rw-r--r--mod/dirsearch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dirsearch.php b/mod/dirsearch.php
index b612adcc5..0ace4ecae 100644
--- a/mod/dirsearch.php
+++ b/mod/dirsearch.php
@@ -176,7 +176,7 @@ function dirsearch_content(&$a) {
if($sync) {
$spkt = array('transactions' => array());
- $r = q("select * from updates where ud_date >= '%s' and ud_guid != '' group by ud_addr order by ud_date desc",
+ $r = q("select * from updates where ud_date >= '%s' and ud_guid != '' order by ud_date desc",
dbesc($sync)
);
if($r) {