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
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Db/StepMapper.php')
-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();