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/Db
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-05-09 15:23:08 +0300
committerJulius Härtl <jus@bitgrid.net>2019-05-09 15:23:08 +0300
commitf160a6af7147a2c7446edc3ce49edf54d02b874f (patch)
tree96cf19baaa1ad4b4749eea0c701ff1bde649ebdc /lib/Db
parent7650dd68cc5c3d8f78b8ee28d1df678131ea8d87 (diff)
Fetch steps incrementally
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'lib/Db')
-rw-r--r--lib/Db/StepMapper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Db/StepMapper.php b/lib/Db/StepMapper.php
index 6b580ee9b..31005cce3 100644
--- a/lib/Db/StepMapper.php
+++ b/lib/Db/StepMapper.php
@@ -47,7 +47,7 @@ class StepMapper extends QBMapper {
}
$qb
// TODO: limiting results currently causes the loading detection to fail
- // ->setMaxResults(500)
+ ->setMaxResults(100)
->execute();
return $this->findEntities($qb);