aboutsummaryrefslogtreecommitdiff
path: root/clean
diff options
context:
space:
mode:
Diffstat (limited to 'clean')
-rw-r--r--clean/clean.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/clean/clean.cxx b/clean/clean.cxx
index 59084d3..55fb59b 100644
--- a/clean/clean.cxx
+++ b/clean/clean.cxx
@@ -285,7 +285,7 @@ namespace brep
bld_query::id.toolchain_name +
order_by_version (bld_query::id.toolchain_version,
false /* first */) +
- "OFFSET" + bld_query::_ref (offset) + "LIMIT 100");
+ "OFFSET" + bld_query::_ref (offset) + "LIMIT 2000");
connection_ptr conn (db.connection ());