Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-06-17 21:40:26 +0300
committerJulius Härtl <jus@bitgrid.net>2019-06-17 21:40:26 +0300
commit70207bea3cd5592fa40a80afd05b18669c15ff64 (patch)
treeee32c540e4d9b9686dd3c27615f75504ed7db6c3 /lib
parente099f1fa9f412f01b2d17eaad6d00cda4974d205 (diff)
Remove obsolete TODO
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'lib')
-rw-r--r--lib/Db/StepMapper.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Db/StepMapper.php b/lib/Db/StepMapper.php
index 1f0ec698e..7c15fd44b 100644
--- a/lib/Db/StepMapper.php
+++ b/lib/Db/StepMapper.php
@@ -45,7 +45,6 @@ class StepMapper extends QBMapper {
$qb->andWhere($qb->expr()->lte('version', $qb->createNamedParameter($lastAckedVersion)));
}
$qb
- // TODO: limiting results currently causes the loading detection to fail
->setMaxResults(100)
->execute();