mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Comment on the LIMIT 500
This commit is contained in:
parent
22a8c91448
commit
73260ad01f
@ -54,6 +54,8 @@ class SearchStore(SQLBaseStore):
|
||||
for clause in clauses:
|
||||
sql += " AND " + clause
|
||||
|
||||
# We add an arbitrary limit here to ensure we don't try to pull the
|
||||
# entire table from the database.
|
||||
sql += " ORDER BY rank DESC LIMIT 500"
|
||||
|
||||
results = yield self._execute(
|
||||
|
Loading…
Reference in New Issue
Block a user